element-assits 0.0.3 → 0.0.4

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
@@ -19,13 +19,13 @@ import ElementAssits from 'element-assits'
19
19
  import 'element-assits/lib/style.scss'
20
20
 
21
21
  Vue.use(Element)
22
- VUe.use(ElementAssits)
22
+ Vue.use(ElementAssits)
23
23
  // ...
24
24
  ```
25
25
  使用:
26
26
  默认全局注册了 `EaForm` `EaTable` `EaSelect` `EaModal` `EaPopover` 等组件
27
+ 提供了 `uuid` `recursive` 两个工具函数
27
28
  Vue 原型上挂载了 `$asyncLoad` 方法
28
- ElementAssits 还提供了 `uuid` `recursive` 两个工具函数
29
29
 
30
30
  ## 用法
31
31