mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
348 B
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>