chore: fix lint
This commit is contained in:
@@ -51,7 +51,6 @@ function onClick(item: BottomMenuItem) {
|
|||||||
:item="item"
|
:item="item"
|
||||||
:active="route.path === item.to"
|
:active="route.path === item.to"
|
||||||
class="pt-3"
|
class="pt-3"
|
||||||
style="backdrop-filter: blur(10px);"
|
|
||||||
@click="onClick"
|
@click="onClick"
|
||||||
/>
|
/>
|
||||||
</YlfBottomMenu>
|
</YlfBottomMenu>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
import { acceptHMRUpdate, defineStore } from 'pinia'
|
import { acceptHMRUpdate, defineStore } from 'pinia'
|
||||||
import { useStorage } from '@vueuse/core'
|
import { useStorage } from '@vueuse/core'
|
||||||
|
import { ref } from 'vue'
|
||||||
import { defaultSettings } from '~/utils/settings'
|
import { defaultSettings } from '~/utils/settings'
|
||||||
import { namespace } from '~/constants'
|
import { namespace } from '~/constants'
|
||||||
import { ref } from 'vue'
|
|
||||||
|
|
||||||
export const useAppStore = defineStore('app', () => {
|
export const useAppStore = defineStore('app', () => {
|
||||||
const deferredPrompt = ref<Event | any>()
|
const deferredPrompt = ref<Event | any>()
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ import { useStorage } from '@vueuse/core'
|
|||||||
import { computed, onMounted, ref, watch } from 'vue'
|
import { computed, onMounted, ref, watch } from 'vue'
|
||||||
import { useGtm } from '@gtm-support/vue-gtm'
|
import { useGtm } from '@gtm-support/vue-gtm'
|
||||||
import { db } from '../../utils/db'
|
import { db } from '../../utils/db'
|
||||||
import type { RecipeItem, StuffItem } from '~/types'
|
|
||||||
import { useAppStore } from './app'
|
import { useAppStore } from './app'
|
||||||
|
import type { RecipeItem, StuffItem } from '~/types'
|
||||||
|
|
||||||
const namespace = 'cook'
|
const namespace = 'cook'
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ export default defineConfig({
|
|||||||
|
|
||||||
alias: {
|
alias: {
|
||||||
'~': './',
|
'~': './',
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user