perf: vxetable

pull/2/head
xingyu4j 2022-11-23 15:40:34 +08:00
parent 382a569811
commit def2b2a1dd
2 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,6 @@
@import 'vxe-table/styles/variable.scss';
@import 'vxe-table/styles/modules.scss';
i {
border-color: initial;
}

View File

@ -1,10 +1,10 @@
import { App, unref } from 'vue'
import 'xe-utils'
import XEUtils from 'xe-utils'
import './index.scss'
import './renderer'
import { i18n } from '@/plugins/vueI18n'
import zhCN from 'vxe-table/es/locale/lang/zh-CN'
import enUS from 'vxe-table/es/locale/lang/en-US'
import zhCN from 'vxe-table/lib/locale/lang/zh-CN'
import enUS from 'vxe-table/lib/locale/lang/en-US'
import {
// 全局对象
VXETable,