feat: Switch component

This commit is contained in:
chenjiahan
2020-07-06 15:44:37 +08:00
parent ca0b7ff028
commit 1874b7af60
12 changed files with 657 additions and 9 deletions
+5 -1
View File
@@ -2,4 +2,8 @@
## Popup
- v-model 调整为 v-model:show
- `v-model` 调整为 `v-model:show`
## Switch
- v-model 对应的属性名和事件名由 `value/input` 调整为 `modelValue/update:modelValue`