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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/plugins.js +1 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imatrix-ui",
3
- "version": "0.2.45-test",
3
+ "version": "0.2.46-test",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./lib/super-ui.js",
package/src/plugins.js CHANGED
@@ -1,15 +1,10 @@
1
- import * as Vue from 'vue'
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