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

fix: ignore-place-in-search (#1544)

* pin i18n since it breaks things

* set ignoreLocation to true

* revert composition api demotion

* bump slugify
This commit is contained in:
Hayden 2022-08-09 20:34:08 -08:00 committed by GitHub
parent f45e2587a0
commit ef24705cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 146 deletions

View file

@ -18,7 +18,7 @@
"@mdi/js": "^7.0.96",
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.3",
"@nuxtjs/i18n": "7.0.3",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@vue/composition-api": "^1.7.0",