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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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
  | ----------- |:------- | -------------------------- | ------------------------------------------------ |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mult-cascader",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "main": "mult-cascader.common.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"