mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-25 19:22:30 +08:00
240 B
240 B
<template>
<Checkbox :checked.sync="single">checkbox</Checkbox>
</template>
<script>
export default {
data: function () {
return {
}
},
methods: {
}
}
</script>