1 #178

Злито
juzi злито 1 комітів з projects/mesxc-zjl до projects/mesxc-test 2024-01-11 14:31:58 +08:00
2 змінених файлів з 3 додано та 3 видалено
Showing only changes of commit 02e506c7d6 - Show all commits

@@ -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)

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