CN-802:error交互实施

This commit is contained in:
刘洪洪
2022-11-18 15:18:05 +08:00
parent 4c107704e7
commit 5e03847a42
7 changed files with 230 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ import bus from 'tiny-emitter'
import DateTimeRange from '@/components/common/TimeRange/DateTimeRange'
import TimeRefresh from '@/components/common/TimeRange/TimeRefresh'
import PanelChartList from '@/views/charts/PanelChartList'
import Error from '@/components/common/Error'
import 'lib-flexible'
const emitter = new bus()
@@ -46,6 +47,7 @@ app.mixin(commonMixin)
app.component('date-time-range', DateTimeRange)
app.component('time-refresh', TimeRefresh)
app.component('panel-chart-list', PanelChartList)
app.component('chart-error', Error)
app.mount('#app')