UNPKG
vue-weui-expand
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.2.10
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
WeUI 的轻量级 js 封装
vue-weui-expand
/
README.md
26 lines
(17 loc)
•
309 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# vue-weui-expand
## 概述
WeUI 的轻量级 js 封装
## 项目安装
``` npm install vue-weui-expand --save ```
## 使用
```
//全部安装
import *
as
weui_expand
from
'vue-weui-expand'
; Vue.
use
(weui_expand);
//单独引用
import {picker}
from
'vue-weui-expand'
; Vue.
use
(picker); ```
## 文档