@luzhaoqi/test 0.0.6 → 0.0.7

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.
@@ -20,7 +20,7 @@
20
20
  }
21
21
 
22
22
  * {
23
- color: red;
23
+ color: blue;
24
24
  }
25
25
  /**
26
26
  $base-menu-color:hsla(0,0%,100%,.65);
package/dist/lib-cjs.js CHANGED
@@ -187,6 +187,7 @@ const install = (Vue, option = {}) => {
187
187
  components.forEach((component) => {
188
188
  Vue.use(component, option);
189
189
  });
190
+ Vue.prototype.$z = 111;
190
191
  };
191
192
  var index = {
192
193
  install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luzhaoqi/test",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "main": "dist/lib-cjs.js",
6
6
  "scripts": {
@@ -15,7 +15,10 @@
15
15
  "core-js": "^3.8.3",
16
16
  "vue": "^2.6.14",
17
17
  "vue-router": "^3.5.1",
18
- "vuex": "^3.6.2"
18
+ "vuex": "^3.6.2",
19
+ "jsencrypt": "3.0.0-rc.1",
20
+ "js-cookie": "3.0.1",
21
+ "element-ui": "2.15.13"
19
22
  },
20
23
  "devDependencies": {
21
24
  "@babel/core": "^7.12.16",