add Switch UI

add Switch UI
This commit is contained in:
梁灏 2016-09-21 14:59:57 +08:00
parent 6c5fbd8b04
commit 07aa688e3c
8 changed files with 133 additions and 10 deletions

View file

@ -18,7 +18,7 @@
v-model="checked"
@change="change">
</span>
<slot>{{ value }}</slot>
<slot><span>{{ value }}</span></slot>
</label>
</template>
<script>