|
@@ -21,6 +21,9 @@ 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';
|
|
import HeaderTitle from '@/components/header-title';
|
|
|
import authSelection from '@/components/authSelection';
|
|
import authSelection from '@/components/authSelection';
|
|
|
|
|
+import permissionccc from '@/utils/permissionccc.js'
|
|
|
|
|
+
|
|
|
|
|
+Vue.directive('permissionccc',permissionccc)
|
|
|
Vue.component('HeaderTitle', HeaderTitle);
|
|
Vue.component('HeaderTitle', HeaderTitle);
|
|
|
Vue.component('authSelection', authSelection);
|
|
Vue.component('authSelection', authSelection);
|
|
|
|
|
|