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