diff --git a/components.json b/components.json index 2501d6f64..ae66b64be 100644 --- a/components.json +++ b/components.json @@ -30,5 +30,7 @@ "row": "./packages/row/index.js", "actionsheet": "./packages/actionsheet/index.js", "quantity": "./packages/quantity/index.js", - "progress": "./packages/progress/index.js" + "progress": "./packages/progress/index.js", + "swipe": "./packages/swipe/index.js", + "swipe-item": "./packages/swipe-item/index.js" } diff --git a/docs/examples-dist/field.vue b/docs/examples-dist/field.vue index af1f3104c..29bf08de1 100644 --- a/docs/examples-dist/field.vue +++ b/docs/examples-dist/field.vue @@ -10,6 +10,11 @@ + +
+ +
+
@@ -21,7 +26,15 @@ - + \ No newline at end of file diff --git a/docs/examples-docs/swipe.md b/docs/examples-docs/swipe.md new file mode 100644 index 000000000..87baa7473 --- /dev/null +++ b/docs/examples-docs/swipe.md @@ -0,0 +1,26 @@ + + +## Swipe + +### 基础用法 + +:::demo 基础用法 +```html + + + + + + + + +``` +::: diff --git a/packages/radio/src/radio.vue b/packages/radio/src/radio.vue index a77a5690e..459fd6d35 100644 --- a/packages/radio/src/radio.vue +++ b/packages/radio/src/radio.vue @@ -1,5 +1,6 @@