imeik-imui 1.6.2 → 1.6.5

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/README.md CHANGED
@@ -17,19 +17,4 @@ Vue.use(imui, {
17
17
  env: process.env.NODE_ENV,
18
18
  app: process.env.VUE_APP_ID
19
19
  })
20
- ```
21
-
22
- App.vue中
23
- ```
24
- /**
25
- * 通过这里把组件可能用到的属性传递过去
26
- */
27
- setComponentsProps() {
28
- this.$imui.enums = this.enums
29
- this.$imui.enumsOptions = this.enumsOptions
30
- this.$imui.userId = this.userInfo.objectCode
31
- this.$imui.departmentCode = this.userInfo.departmentObjectCode
32
- this.$imui.employeeNo = this.userInfo.employeeNo
33
- this.$imui.userInfo = this.userInfo
34
- }
35
- ```
20
+ ```