test: fix nuxt vitest
This commit is contained in:
@@ -2,6 +2,7 @@ import { acceptHMRUpdate, defineStore } from 'pinia'
|
||||
import { useStorage } from '@vueuse/core'
|
||||
import { defaultSettings } from '~/utils/settings'
|
||||
import { namespace } from '~/constants'
|
||||
import { ref } from 'vue'
|
||||
|
||||
export const useAppStore = defineStore('app', () => {
|
||||
const deferredPrompt = ref<Event | any>()
|
||||
|
||||
@@ -4,6 +4,7 @@ import { computed, onMounted, ref, watch } from 'vue'
|
||||
import { useGtm } from '@gtm-support/vue-gtm'
|
||||
import { db } from '../../utils/db'
|
||||
import type { RecipeItem, StuffItem } from '~/types'
|
||||
import { useAppStore } from './app'
|
||||
|
||||
const namespace = 'cook'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user