fix: update vue and fix type issues (#1112)

* chore: bump vue version to show type errors

* fix: address type issues
This commit is contained in:
Daniel Roe
2023-12-19 10:54:00 +01:00
committed by GitHub
parent b22bd70d54
commit 5c99ae131d
4 changed files with 181 additions and 180 deletions

View File

@@ -77,6 +77,6 @@
"resolutions": {
"@nuxt/kit": "3.8.2",
"@nuxt/schema": "3.8.2",
"vue": "3.3.8"
"vue": "3.3.11"
}
}