|
@@ -16,8 +16,10 @@ import authSelection from '@/components/authSelection';
|
|
|
import Vue2OrgTree from 'vue2-org-tree';
|
|
import Vue2OrgTree from 'vue2-org-tree';
|
|
|
import seekPage from '@/BIZComponents/seekPage';
|
|
import seekPage from '@/BIZComponents/seekPage';
|
|
|
import clickOnce from './utils/clickOnce.js';
|
|
import clickOnce from './utils/clickOnce.js';
|
|
|
|
|
+import noChinese from './utils/noChinese.js';
|
|
|
// 注册全局自定义指令
|
|
// 注册全局自定义指令
|
|
|
Vue.directive('click-once', clickOnce);
|
|
Vue.directive('click-once', clickOnce);
|
|
|
|
|
+Vue.directive('no-chinese', noChinese);
|
|
|
Vue.component('HeaderTitle', HeaderTitle);
|
|
Vue.component('HeaderTitle', HeaderTitle);
|
|
|
Vue.component('authSelection', authSelection);
|
|
Vue.component('authSelection', authSelection);
|
|
|
// // register globally
|
|
// // register globally
|