5 changed files with 70 additions and 9 deletions
@ -0,0 +1,29 @@ |
|||||||
|
<template> |
||||||
|
<view> |
||||||
|
<slot> |
||||||
|
|
||||||
|
</slot> |
||||||
|
</view> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
/** |
||||||
|
* 单选 |
||||||
|
* @description |
||||||
|
* |
||||||
|
* @property {String} title 显示的文字 |
||||||
|
*/ |
||||||
|
export default { |
||||||
|
name: 'm-radio', |
||||||
|
methods: { |
||||||
|
|
||||||
|
}, |
||||||
|
mounted() { |
||||||
|
|
||||||
|
}, |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style lang="scss" scoped> |
||||||
|
|
||||||
|
</style> |
@ -0,0 +1,29 @@ |
|||||||
|
<template> |
||||||
|
<view> |
||||||
|
<slot> |
||||||
|
|
||||||
|
</slot> |
||||||
|
</view> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
/** |
||||||
|
* 单选 |
||||||
|
* @description |
||||||
|
* |
||||||
|
* @property {String} title 显示的文字 |
||||||
|
*/ |
||||||
|
export default { |
||||||
|
name: 'm-radio', |
||||||
|
methods: { |
||||||
|
|
||||||
|
}, |
||||||
|
mounted() { |
||||||
|
|
||||||
|
}, |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style lang="scss" scoped> |
||||||
|
|
||||||
|
</style> |
Loading…
Reference in new issue