This commit is contained in:
syuilo 2019-04-29 15:17:31 +09:00
parent c6b64e57f1
commit 53381c04e6
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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>