Merge branch 'switch'

This commit is contained in:
jiangruowei
2017-02-15 17:47:52 +08:00
3 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="o2-switch" :class="['is-' + switchState]" @click="toggleState">
<div class="o2-switch-node"></div>
<div class="o2-switch-node" :class="['is-' + switchState]"></div>
</div>
</template>