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

348 B

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