From d12be473956e3ea1008906e71e2bb41d1afea3e0 Mon Sep 17 00:00:00 2001 From: Joe McGrath Date: Mon, 18 Apr 2022 11:10:06 +0900 Subject: [PATCH 1/2] chore(vuetify): shrink bundle, remove vuetify --- nuxt.config.js | 1 - package.json | 1 - plugins/thirdparty/vuetify.ts | 6 ------ 3 files changed, 8 deletions(-) delete mode 100644 plugins/thirdparty/vuetify.ts diff --git a/nuxt.config.js b/nuxt.config.js index fc39baaecf..f9a54d7aaa 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -89,7 +89,6 @@ export default defineNuxtConfig({ { src: '~/plugins/thirdparty/multiselect.ts' }, { src: '~/plugins/thirdparty/v-calendar.ts' }, { src: '~/plugins/thirdparty/videoplayer.ts' }, - { src: '~/plugins/thirdparty/vuetify.ts' }, { src: '~/plugins/thirdparty/swiper.ts' }, // Local { src: '~/plugins/local/classLoader.ts' }, diff --git a/package.json b/package.json index cce1ab0e83..1b68ef6524 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,6 @@ "@nuxt/types": "^2.15.8", "@nuxtjs/eslint-config-typescript": "^8.0.0", "@nuxtjs/eslint-module": "^3.0.2", - "@nuxtjs/vuetify": "^1.12.3", "@types/ed2curve": "^0.2.2", "@types/elliptic": "^6.4.14", "@types/howler": "^2.2.5", diff --git a/plugins/thirdparty/vuetify.ts b/plugins/thirdparty/vuetify.ts deleted file mode 100644 index a59da6b601..0000000000 --- a/plugins/thirdparty/vuetify.ts +++ /dev/null @@ -1,6 +0,0 @@ -import Vue from 'vue' -import Vuetify from 'vuetify' - -Vue.use(Vuetify) - -export default new Vuetify() From 9422eef5bca2dbd4b549dac189255852fe607190 Mon Sep 17 00:00:00 2001 From: Joe McGrath Date: Tue, 19 Apr 2022 09:50:00 +0900 Subject: [PATCH 2/2] docs(search): add comment regarding v-date-picker --- components/views/chat/search/result/Result.html | 1 + 1 file changed, 1 insertion(+) diff --git a/components/views/chat/search/result/Result.html b/components/views/chat/search/result/Result.html index 88b3124c18..5f44ee070f 100644 --- a/components/views/chat/search/result/Result.html +++ b/components/views/chat/search/result/Result.html @@ -45,6 +45,7 @@
+ ***SWITCH TO V-calendar when adding back, we removed vuetify to shrink bundle***