补充文档
This commit is contained in:
parent
592842e1a8
commit
73add950c5
|
@ -119,11 +119,20 @@ Table拓展功能方法。注:拼接成复杂功能的table组件不能在rend
|
|||
## 如何引用
|
||||
需要单独的去引用相应的js文件,目录在lib文件夹,示例如下:
|
||||
|
||||
* 在tinper-bee中引用
|
||||
|
||||
```js
|
||||
import multiSelect from "tinper-bee/lib/multiSelect.js"
|
||||
```
|
||||
|
||||
* 单独安装bee-table 方式
|
||||
|
||||
```js
|
||||
import multiSelect from "bee-table/build/lib/multiSelect.js"
|
||||
```
|
||||
|
||||
|
||||
|
||||
### multiSelect
|
||||
|
||||
全选功能
|
||||
|
|
Loading…
Reference in New Issue