feat:增加vant组件库

This commit is contained in:
2026-02-12 17:27:14 +08:00
parent 1b8bd5a7e2
commit 8940b3972a
29 changed files with 241 additions and 269 deletions

View File

@@ -50,7 +50,8 @@ export const useFoodStore = defineStore('food', {
} as IFoodRecord,
foodNameList: [] as string[],
queryRecipe: {
category: ''
category: '',
name: ''
},
queryRecord: {
year: getCurrentYear(),