Skip to content

Commit

Permalink
chore(vuetify): shrink bundle, remove vuetify (#2904)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed Apr 19, 2022
1 parent 6a3e1c1 commit 0ae93ae
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions components/views/chat/search/result/Result.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
</multiselect>
</div>
<div class="container-filter date">
***SWITCH TO V-calendar when adding back, we removed vuetify to shrink bundle***
<v-date-picker v-model="date" is-dark>
<template v-slot="{ inputValue, inputEvents }">
<calendar-icon size="1x" class="date-icon" />
Expand Down
1 change: 0 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 0 additions & 6 deletions plugins/thirdparty/vuetify.ts

This file was deleted.

0 comments on commit 0ae93ae

Please sign in to comment.