<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>