merge test

This commit is contained in:
2024-01-05 11:17:31 +08:00
8 changed files with 1112 additions and 1167 deletions

View File

@@ -81,7 +81,8 @@ Vue.use(plugins);
Vue.use(VueMeta);
Vue.use(scrollBoard)
// Vue.use(hljs.vuePlugin);
import scroll from 'vue-seamless-scroll'
Vue.use(scroll)
// bpmnProcessDesigner 需要引入
import MyPD from '@/components/bpmnProcessDesigner/package/index.js';
Vue.use(MyPD);