|
@@ -7,6 +7,9 @@ import App from './App.vue';
|
|
|
import { setupElement } from '@/plugins';
|
|
import { setupElement } from '@/plugins';
|
|
|
import dayjs from 'dayjs';
|
|
import dayjs from 'dayjs';
|
|
|
import 'dayjs/locale/zh-cn';
|
|
import 'dayjs/locale/zh-cn';
|
|
|
|
|
+
|
|
|
|
|
+import 'virtual:svg-icons-register';
|
|
|
|
|
+
|
|
|
dayjs.locale('zh-cn');
|
|
dayjs.locale('zh-cn');
|
|
|
|
|
|
|
|
async function bootstrap() {
|
|
async function bootstrap() {
|