2020-08-27 17:18:57 +08:00

19 lines
348 B
Markdown

---
layout: templateLayout
---
```vue
<template>
<Wb-switch>
<span slot="open"></span>
<span slot="close"></span>
</Wb-switch>
<Wb-switch>
<Icon slot="open" type="md-checkmark"></Icon>
<Icon slot="close" type="md-close"></Icon>
</Wb-switch>
</template>
<script>
export default {
}
</script>
```