feat: add filter input
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { describe, it } from 'vitest'
|
||||
// import { createTestingPinia } from '@pinia/testing'
|
||||
// import ChooseFood from '../src/components/ChooseFood.vue'
|
||||
// import { useRecipeStore } from '~/stores/recipe'
|
||||
// import { useRecipeStore } from '~/store/recipe'
|
||||
|
||||
describe('ChooseFood.vue', () => {
|
||||
it('should render', async () => {
|
||||
|
||||
@@ -3,7 +3,7 @@ import { createPinia, setActivePinia } from 'pinia'
|
||||
import { useRecipe } from '~/composables/recipe'
|
||||
import type { Recipe } from '~/types'
|
||||
import recipeData from '~/data/recipe.json'
|
||||
import { useRecipeStore } from '~/stores/recipe'
|
||||
import { useRecipeStore } from '~/store/recipe'
|
||||
|
||||
const recipe = ref<Recipe>(recipeData as Recipe)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user