mwl-components 0.0.19 → 0.0.20
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ app.mount('#app')
|
|
|
42
42
|
|
|
43
43
|
### 如果你不想 全局注册element-plus 你要在注册组件库前,单独注册组件库使用的element-plus组件
|
|
44
44
|
|
|
45
|
-
⚠️ **注意::** 主项目使用
|
|
45
|
+
⚠️ **注意::** 主项目使用 ”插件按需导入“ 的无效,请使用手动按需导入
|
|
46
46
|
|
|
47
47
|
#### 组件包括如果
|
|
48
48
|
|
|
@@ -73,7 +73,7 @@ import { ElMenu, ElSubMenu, ElMenuItem } from 'element-plus'
|
|
|
73
73
|
EasyTable
|
|
74
74
|
|
|
75
75
|
```sh
|
|
76
|
-
import { ElTable, ElTableColumn, ElButton
|
|
76
|
+
import { ElTable, ElTableColumn, ElButton } from 'element-plus'
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
EasyForm
|