-
+
Checkbox
Checkbox
diff --git a/examples/index.js b/examples/index.js
index e9a228266..2aeae2b72 100644
--- a/examples/index.js
+++ b/examples/index.js
@@ -1,12 +1,14 @@
import Vue from 'vue'
import Checkbox from './checkbox.vue'
import Button from './button.vue'
+import Radio from './radio.vue'
// import Dialog from './dialog.vue'
import './index.less'
new Vue({
el: '#app',
template: `
@@ -15,5 +17,6 @@ new Vue({
AntButton: Button,
// AntDialog: Dialog,
Checkbox,
+ Radio,
},
})
diff --git a/examples/radio.vue b/examples/radio.vue
new file mode 100644
index 000000000..b9c7c8f2e
--- /dev/null
+++ b/examples/radio.vue
@@ -0,0 +1,52 @@
+
+
+
Radio
+
Radio
+
+
+
+ {{showMore ? "删除": "添加"}}
+
+ Radio1
+ Radio2
+ Radio3
+ Radio4
+
+
+
+
+