imatrix-ui 0.2.45-test → 0.2.46-test
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 +1 -1
- package/src/plugins.js +1 -6
package/package.json
CHANGED
package/src/plugins.js
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
import 'normalize.css/normalize.css' // A modern alternative to CSS resets
|
|
1
|
+
// import 'normalize.css/normalize.css' // A modern alternative to CSS resets
|
|
4
2
|
import './styles/index.scss' // global css
|
|
5
|
-
|
|
6
3
|
// import ElementUI from 'element-plus'
|
|
7
4
|
// import 'element-ui/lib/theme-chalk/index.css'
|
|
8
5
|
// import locale from 'element-ui/lib/locale/lang/zh-CN' // lang i18n
|
|
9
|
-
|
|
10
6
|
// import SuperUI from 'imatrix-ui'
|
|
11
7
|
// import 'imatrix-ui/lib/super-ui.css'
|
|
12
|
-
|
|
13
8
|
import 'imatrix-ui/src/permission' // permission control
|
|
14
9
|
// import permission from 'imatrix-ui/src/directives/permission'
|
|
15
10
|
|