CN-268 feat: panel重构--tabs(部分)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user