Skip to content

Commit 0f2b3fc

Browse files
committed
Update Vuetify to v3.10.8
Upgraded Vuetify from v3.8.12 to v3.10.8 and remove VTreeview import.
1 parent 5f2b50a commit 0f2b3fc

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

package-lock.json

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"vue-i18n": "^11.1.12",
6969
"vue-router": "^4.6.2",
7070
"vue3-lottie": "^3.3.1",
71-
"vuetify": "^3.8.12"
71+
"vuetify": "^3.10.8"
7272
},
7373
"devDependencies": {
7474
"@eslint/eslintrc": "^3.3.1",

src/renderer/plugins/vuetify.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { createVuetify } from 'vuetify'
22
import { ko, en, zhHans, zhHant, de, es, ja, fr, ru, pt, nl } from 'vuetify/locale'
33
import { VFileUpload } from 'vuetify/labs/VFileUpload'
44
import { VIconBtn } from 'vuetify/labs/VIconBtn'
5-
import { VTreeview } from 'vuetify/labs/VTreeview'
65
import { aliases, mdi } from 'vuetify/iconsets/mdi'
76
import 'vuetify/styles'
87
import '@mdi/font/css/materialdesignicons.min.css'
@@ -24,7 +23,6 @@ export default createVuetify({
2423
},
2524
components: {
2625
VFileUpload,
27-
VTreeview,
2826
VIconBtn
2927
},
3028
theme: {

0 commit comments

Comments
 (0)