mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
add necessary vuetify component and remove unnecessary vuetify component
This commit is contained in:
+2
-2
@@ -7,6 +7,7 @@ import { VAlert } from 'vuetify/components/VAlert';
|
|||||||
import { VApp } from 'vuetify/components/VApp';
|
import { VApp } from 'vuetify/components/VApp';
|
||||||
import { VAvatar } from 'vuetify/components/VAvatar';
|
import { VAvatar } from 'vuetify/components/VAvatar';
|
||||||
import { VAutocomplete } from 'vuetify/components/VAutocomplete';
|
import { VAutocomplete } from 'vuetify/components/VAutocomplete';
|
||||||
|
import { VBadge } from 'vuetify/components/VBadge';
|
||||||
import { VBtn } from 'vuetify/components/VBtn';
|
import { VBtn } from 'vuetify/components/VBtn';
|
||||||
import { VBtnGroup } from 'vuetify/components/VBtnGroup';
|
import { VBtnGroup } from 'vuetify/components/VBtnGroup';
|
||||||
import { VBtnToggle } from 'vuetify/components/VBtnToggle';
|
import { VBtnToggle } from 'vuetify/components/VBtnToggle';
|
||||||
@@ -29,7 +30,6 @@ import { VPagination } from 'vuetify/components/VPagination';
|
|||||||
import { VProgressCircular } from 'vuetify/components/VProgressCircular';
|
import { VProgressCircular } from 'vuetify/components/VProgressCircular';
|
||||||
import { VProgressLinear } from 'vuetify/components/VProgressLinear';
|
import { VProgressLinear } from 'vuetify/components/VProgressLinear';
|
||||||
import { VSelect } from 'vuetify/components/VSelect';
|
import { VSelect } from 'vuetify/components/VSelect';
|
||||||
import { VSheet } from 'vuetify/components/VSheet';
|
|
||||||
import { VSkeletonLoader } from 'vuetify/labs/VSkeletonLoader';
|
import { VSkeletonLoader } from 'vuetify/labs/VSkeletonLoader';
|
||||||
import { VSlideGroup, VSlideGroupItem } from 'vuetify/components/VSlideGroup';
|
import { VSlideGroup, VSlideGroupItem } from 'vuetify/components/VSlideGroup';
|
||||||
import { VSnackbar } from 'vuetify/components/VSnackbar';
|
import { VSnackbar } from 'vuetify/components/VSnackbar';
|
||||||
@@ -101,6 +101,7 @@ const vuetify = createVuetify({
|
|||||||
VApp,
|
VApp,
|
||||||
VAvatar,
|
VAvatar,
|
||||||
VAutocomplete,
|
VAutocomplete,
|
||||||
|
VBadge,
|
||||||
VBtn,
|
VBtn,
|
||||||
VBtnGroup,
|
VBtnGroup,
|
||||||
VBtnToggle,
|
VBtnToggle,
|
||||||
@@ -143,7 +144,6 @@ const vuetify = createVuetify({
|
|||||||
VProgressCircular,
|
VProgressCircular,
|
||||||
VProgressLinear,
|
VProgressLinear,
|
||||||
VSelect,
|
VSelect,
|
||||||
VSheet,
|
|
||||||
VSkeletonLoader,
|
VSkeletonLoader,
|
||||||
VSlideGroup,
|
VSlideGroup,
|
||||||
VSlideGroupItem,
|
VSlideGroupItem,
|
||||||
|
|||||||
Reference in New Issue
Block a user