resolve search state problems

This commit is contained in:
Hayden 2022-12-31 12:46:58 -09:00
parent 412977ea6c
commit b5b65af6b4
No known key found for this signature in database
GPG key ID: 17CF79474E257545
4 changed files with 97 additions and 41 deletions

View file

@ -35,6 +35,7 @@
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@vueuse/nuxt": "^9.1.1",
"@vueuse/router": "^9.9.0",
"autoprefixer": "^10.4.8",
"chart.js": "^4.0.1",
"daisyui": "^2.24.0",
@ -44,6 +45,7 @@
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vue": "^3.2.38",
"vue-chartjs": "^4.1.2"
"vue-chartjs": "^4.1.2",
"vue-router": "4"
}
}