feat: 新增设备管理 电子围栏设置等
This commit is contained in:
parent
5fd4b38b6a
commit
7a0e0615c8
File diff suppressed because it is too large
Load Diff
@ -5,10 +5,13 @@ import 'element-plus/dist/index.css'
|
||||
import * as echarts from 'echarts'
|
||||
import DataV from '@kjgl77/datav-vue3'
|
||||
import '@kjgl77/datav-vue3/dist/style.css'
|
||||
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
|
||||
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
|
||||
app.component(key, component)
|
||||
}
|
||||
app.use(DataV);
|
||||
app.use(ElementPlus)
|
||||
app.config.globalProperties.$echarts = echarts
|
||||
|
Loading…
x
Reference in New Issue
Block a user