mult-cascader 1.0.4 → 1.0.5
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ Vue.use(MultCascader)
|
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
### 组件使用
|
|
33
|
-
|
|
33
|
+
```
|
|
34
34
|
<template>
|
|
35
35
|
<div id="app">
|
|
36
36
|
<MultCascader
|
|
@@ -169,6 +169,8 @@ Vue.use(MultCascader)
|
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
</script>
|
|
172
|
+
|
|
173
|
+
```
|
|
172
174
|
|
|
173
175
|
| 参数 | 类型 | 说明 | 默认值 |
|
|
174
176
|
| ----------- |:------- | -------------------------- | ------------------------------------------------ |
|