修复 yudao-module-system-impl 的单元测试

This commit is contained in:
YunaiV
2022-02-17 19:52:11 +08:00
parent 822f4e8192
commit 9882142a46
6 changed files with 15 additions and 3 deletions

View File

@ -1 +0,0 @@
【add by 芋道源码】引自 https://github.com/JakHuang/form-generator/tree/dev/src/views/index 目录

View File

@ -11,6 +11,8 @@ Vue.component('tinymce', Tinymce)
Vue.config.productionTip = false
Vue.prototype.$axios = axios
// add by 芋道源码:引用自 https://github.com/JakHuang/form-generator/tree/dev/src/views/index
new Vue({
router,
render: h => h(App)