add transaction tag list page

This commit is contained in:
MaysWind
2023-07-09 00:37:19 +08:00
parent ac730d6086
commit 89bd041d29
5 changed files with 434 additions and 3 deletions
+2
View File
@@ -27,6 +27,7 @@ import { VProgressCircular } from 'vuetify/components/VProgressCircular';
import { VProgressLinear } from 'vuetify/components/VProgressLinear';
import { VSelect } from 'vuetify/components/VSelect';
import { VSheet } from 'vuetify/components/VSheet';
import { VSkeletonLoader } from 'vuetify/labs/VSkeletonLoader';
import { VSlideGroup, VSlideGroupItem } from 'vuetify/components/VSlideGroup';
import { VSnackbar } from 'vuetify/components/VSnackbar';
import { VSwitch } from 'vuetify/components/VSwitch';
@@ -124,6 +125,7 @@ const vuetify = createVuetify({
VProgressLinear,
VSelect,
VSheet,
VSkeletonLoader,
VSlideGroup,
VSlideGroupItem,
VSnackbar,