|
@@ -13,6 +13,8 @@ import DictSelection from '@/components/Dict/DictSelection';
|
|
|
// import tinymce from '@/components/FormGenerator/components/tinymce/index.js';
|
|
// import tinymce from '@/components/FormGenerator/components/tinymce/index.js';
|
|
|
import TinymceEditor from '@/components/TinymceEditor/index.vue';
|
|
import TinymceEditor from '@/components/TinymceEditor/index.vue';
|
|
|
// import SvgIcon from '@/components/FormGenerator/components/SvgIcon'; // svg component
|
|
// import SvgIcon from '@/components/FormGenerator/components/SvgIcon'; // svg component
|
|
|
|
|
+import HeaderTitle from '@/components/header-title';
|
|
|
|
|
+Vue.component('HeaderTitle', HeaderTitle);
|
|
|
|
|
|
|
|
// // register globally
|
|
// // register globally
|
|
|
Vue.component('tinymce', TinymceEditor);
|
|
Vue.component('tinymce', TinymceEditor);
|