CN-268 feat: panel重构--tabs(部分)

This commit is contained in:
chenjinsong
2022-01-18 13:56:01 +08:00
parent a35dbd2e36
commit 14a3bfefa2
5 changed files with 15 additions and 17 deletions

View File

@@ -19,6 +19,8 @@ import timezone from 'dayjs/plugin/timezone'
import advancedFormat from 'dayjs/plugin/advancedFormat'
import weekday from 'dayjs/plugin/weekday'
import PanelChartList from '@/views/charts/PanelChartList'
const _ = require('lodash') // lodash工具
dayjs.extend(utc)
@@ -45,5 +47,7 @@ app.config.globalProperties.$_ = _
app.mixin(commonMixin)
app.component('panel-chart-list', PanelChartList)
app.mount('#app')
export default app