fix:解决报错

This commit is contained in:
zhangyu
2020-09-09 16:09:48 +08:00
parent 71590cd07c
commit 41b953618f
2 changed files with 2 additions and 45 deletions

View File

@@ -116,14 +116,14 @@
import loading from "@/components/common/loading";
import timePicker from '@/components/common/timePicker';
import topology from './topology'
import other from './other'
// import other from './other'
export default {
name: 'visNetwork',
components: {
'loading': loading,
'time-picker':timePicker,
'topology':topology,
other
// other
},
props:{
chartIndex:{