Skip to content

Commit a7b56dc

Browse files
author
杨宇亮
committed
version 0.7.3
2 parents 181151a + f0fff55 commit a7b56dc

File tree

7 files changed

+14
-3
lines changed

7 files changed

+14
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ npm i babel-plugin-component --save-dev
3434
```json
3535
{
3636
"plugins": ["transform-vue-jsx", "something else" ,["babel-plugin-component", {
37-
"libraryName": "wdui"
37+
"libraryName": "wdui",
38+
"style": false
3839
}]],
3940
}
4041
```

docs/zh-cn/Checkbox.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Checkbox 组件 通过 `v-model` 设置已选中的数据。
2929
v-model="currentValue">
3030
</wd-checkbox>
3131
</label>
32+
<p class="custome-text">{{list.text || list.value || list}}</p>
3233
</li>
3334
</ul>
3435
<p class="current-value">当前选中:"currentValue"</p>

docs/zh-cn/Quickstart.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ npm i babel-plugin-component --save-dev
5151
...
5252
"plugins": ["transform-vue-jsx",["babel-plugin-component", {
5353
"libraryName": "wdui",
54+
"style": false
5455
}]],
5556
...
5657
}

lib/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/swipe-item.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/SwipeItem/src/SwipeItem.vue

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
title: {
1212
type: String,
1313
default: ''
14+
},
15+
type: {
16+
type: String,
17+
default: ''
1418
}
1519
},
1620
mounted() {

0 commit comments

Comments
 (0)