chore: upgrade deps with nuxt

This commit is contained in:
YunYouJun
2024-12-30 02:02:12 +08:00
parent 7fe1f95d9d
commit e9b4d3ac38
12 changed files with 4474 additions and 5303 deletions

View File

@@ -1,9 +1,9 @@
<script lang="ts" setup>
import type { StuffItem } from '~/types'
import { storeToRefs } from 'pinia'
import { useEmojiAnimation } from '~/composables/animation'
import { meat, staple, tools, vegetable } from '~/data/food'
import type { StuffItem } from '~/types'
import { meat, staple, tools, vegetable } from '~/data/food'
const rStore = useRecipeStore()
const { curTool } = storeToRefs(rStore)