feat: add test

This commit is contained in:
jiangruowei
2017-03-17 17:44:13 +08:00
parent 126bf99670
commit 4892649168
3 changed files with 83 additions and 105 deletions

View File

@@ -8,6 +8,7 @@
</template>
<script>
import ZanLoading from 'packages/loading';
/**
* zan-switch
* @module components/switch
@@ -22,6 +23,9 @@
*/
export default {
name: 'zan-switch',
components: {
'zan-loading': ZanLoading
},
props: {
checked: {
type: Boolean,