mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2026-01-10 12:46:58 +08:00
207 B
207 B
| layout |
|---|
| templateLayout |
<template>
<Wb-switch v-model="value"/>
</template>
<script>
export default {
data() {
return {
value: false,
}
}
}
</script>