Commits vergleichen
Keine gemeinsamen Commits. "c94e3cec0b615ffa4280c1f8a6a7c40196d1411a" und "822ea71411aab6330ca334a2addaf7f5cc112ec9" haben vollständig unterschiedliche Historien.
c94e3cec0b
...
822ea71411
@ -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()
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren