mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-27 03:56:57 +08:00
15 lines
240 B
Markdown
15 lines
240 B
Markdown
```html
|
|
<template>
|
|
<Checkbox :checked.sync="single">checkbox</Checkbox>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
data: function () {
|
|
return {
|
|
}
|
|
},
|
|
methods: {
|
|
}
|
|
}
|
|
</script>
|
|
``` |