This commit is contained in:
syuilo 2019-04-29 15:17:31 +09:00
parent a76760f0bf
commit e24c94b77f

View File

@ -1,5 +1,5 @@
<template>
<div>
<div class="hkcxmtwj">
<ui-switch v-model="v">{{ value.text }}</ui-switch>
</div>
</template>
@ -31,3 +31,9 @@ export default Vue.extend({
}
});
</script>
<style lang="stylus" scoped>
.hkcxmtwj
display inline-block
margin 16px auto
</style>