radio component

This commit is contained in:
cookfront
2017-02-22 10:56:53 +08:00
parent 8782fe99cb
commit 3426ea0ac4
5 changed files with 47 additions and 4 deletions
+4
View File
@@ -6,6 +6,10 @@
<script>
export default {
name: 'z-radio-group',
props: {
value: [String, Number]
}
};
</script>