fix(测试跟踪): 测试计划报告统计,报告总结无法编辑
--bug=1018383 --user=陈建星 【测试跟踪】测试计划-报告统计-报告总结-点击编辑-没有文本框 https://www.tapd.cn/55049933/s/1268598
This commit is contained in:
parent
2f5b4ab276
commit
512ad83158
|
@ -21,7 +21,7 @@ import 'mavon-editor/dist/css/index.css';
|
|||
import vueMinderEditor from 'vue-minder-editor-plus'
|
||||
import VueClipboard from 'vue-clipboard2'
|
||||
import VueFab from 'vue-float-action-button';
|
||||
|
||||
import CKEditor from '@ckeditor/ckeditor5-vue';
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
|
@ -46,6 +46,7 @@ Vue.use(PiniaVuePlugin);
|
|||
Vue.use(mavonEditor);
|
||||
Vue.use(VueFab);
|
||||
Vue.use(VueClipboard);
|
||||
Vue.use(CKEditor);
|
||||
|
||||
let instance = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue