element-ui-wbi 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -4
- package/element-ui-wbi.common.js +3 -3
- package/element-ui-wbi.css +1 -1
- package/element-ui-wbi.umd.js +3 -3
- package/element-ui-wbi.umd.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
|
1
|
+
# 基于element-ui封装的vue组件
|
2
2
|
|
3
|
-
|
3
|
+
## 该插件是基于element-ui的,所以在使用该插件前,请确保您的项目中已安装element-ui,并且项目脚手架是基于vue2的。
|
4
4
|
|
5
|
-
|
5
|
+
## 安装
|
6
6
|
```
|
7
7
|
npm install element-ui-wbi
|
8
8
|
```
|
@@ -16,4 +16,4 @@ import 'element-ui-wbi/element-ui-wbi.css';
|
|
16
16
|
### 页面中使用
|
17
17
|
|
18
18
|
### 使用文档
|
19
|
-
|
19
|
+
[文档地址](https://cli.vuejs.org/config/).
|