mooho-base-admin-plus 0.4.66 → 0.4.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mooho-base-admin-plus",
3
3
  "description": "MOOHO basic framework for admin by Vue3",
4
- "version": "0.4.66",
4
+ "version": "0.4.67",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "dotnetVersion": "1.4.0",
7
7
  "license": "MIT",
package/src/index.js CHANGED
@@ -72,6 +72,9 @@ import './styles/css/default.css';
72
72
  // CKEditor
73
73
  //import ckEditor from 'ckeditor4-vue';
74
74
 
75
+ // fa图标
76
+ import '@fortawesome/fontawesome-free/css/all.min.css';
77
+
75
78
  // 指令
76
79
  import focus from './directive/focus';
77
80
  import tabHide from './directive/tabHide';
package/test/main.js CHANGED
@@ -13,9 +13,6 @@ import routes from './router/routes';
13
13
  // 自定义css
14
14
  import './styles/css/custom.css';
15
15
 
16
- // fa图标
17
- import '@fortawesome/fontawesome-free/css/all.min.css';
18
-
19
16
  // 环境模式
20
17
  window.$mode = import.meta.env.MODE;
21
18