1 #178

Merged
juzi merged 1 commits from projects/mesxc-zjl into projects/mesxc-test 2024-01-11 14:31:58 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ import store from './store';
import router from './router';
import directive from './directive'; // directive
import plugins from './plugins'; // plugins
// import { scrollBoard } from '@jiaminghi/data-view'
import { scrollBoard } from '@jiaminghi/data-view'
import './assets/icons'; // icon
import './permission'; // permission control
@ -79,7 +79,7 @@ Vue.use(CodeBrickZj)
Vue.use(directive);
Vue.use(plugins);
Vue.use(VueMeta);
// Vue.use(scrollBoard)
Vue.use(scrollBoard)
// Vue.use(hljs.vuePlugin);
import scroll from 'vue-seamless-scroll'
Vue.use(scroll)

View File

@ -29,7 +29,7 @@ export default {
if (newVal === oldVal) {
return false
}
this.updateChart()
// this.updateChart()
}
}
},