1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-08 15:05:25 +02:00

refactor(frontend): ♻️ rewrite search componenets to typescript

This commit is contained in:
hay-kot 2021-08-08 20:52:44 -08:00
parent 1981e191be
commit bde885dc84
25 changed files with 826 additions and 113 deletions

View file

@ -23,6 +23,7 @@
"@vue/composition-api": "^1.0.5",
"@vueuse/core": "^5.2.0",
"core-js": "^3.15.1",
"fuse.js": "^6.4.6",
"nuxt": "^2.15.7",
"nuxt-i18n": "^6.28.0",
"vuedraggable": "^2.24.3",
@ -48,4 +49,4 @@
"resolutions": {
"vite": "2.3.8"
}
}
}