mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
225 B
225 B
Basic
<n-space>
<n-switch
v-model:value="active"
/>
<n-switch
v-model:value="active"
disabled
/>
</n-space>
export default {
data () {
return {
active: false
}
}
}