|
|
@ -2,6 +2,7 @@ |
|
|
|
import { message } from 'ant-design-vue' |
|
|
|
import { message } from 'ant-design-vue' |
|
|
|
import { Chrome } from '@ckpack/vue-color' |
|
|
|
import { Chrome } from '@ckpack/vue-color' |
|
|
|
import tinycolor from 'tinycolor2' |
|
|
|
import tinycolor from 'tinycolor2' |
|
|
|
|
|
|
|
import { useI18n } from 'vue-i18n' |
|
|
|
import { |
|
|
|
import { |
|
|
|
computed, |
|
|
|
computed, |
|
|
|
definePageMeta, |
|
|
|
definePageMeta, |
|
|
@ -22,7 +23,6 @@ import { |
|
|
|
watch, |
|
|
|
watch, |
|
|
|
} from '#imports' |
|
|
|
} from '#imports' |
|
|
|
import { TabType } from '~/composables' |
|
|
|
import { TabType } from '~/composables' |
|
|
|
import {useI18n} from "vue-i18n"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
definePageMeta({ |
|
|
|
definePageMeta({ |
|
|
|
hideHeader: true, |
|
|
|
hideHeader: true, |
|
|
|