imeik-imui 2.5.7 → 2.5.9

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,4 +17,10 @@ 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
+ this.$imui.enums = this.enums
20
26
  ```