ysy 1 год назад
Родитель
Сommit
72e8555742
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -13,7 +13,7 @@ import './styles/index.scss';
 import DictSelection from '@/components/Dict/DictSelection';
 import DictSelection from '@/components/Dict/DictSelection';
 import HeaderTitle from '@/components/header-title';
 import HeaderTitle from '@/components/header-title';
 import authSelection from '@/components/authSelection';
 import authSelection from '@/components/authSelection';
-import Vue2OrgTree from 'vue2-org-tree'
+import Vue2OrgTree from 'vue2-org-tree';
 
 
 Vue.component('HeaderTitle', HeaderTitle);
 Vue.component('HeaderTitle', HeaderTitle);
 Vue.component('authSelection', authSelection);
 Vue.component('authSelection', authSelection);