forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
c6b64e57f1
commit
53381c04e6
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="hkcxmtwj">
|
||||||
<ui-switch v-model="v">{{ value.text }}</ui-switch>
|
<ui-switch v-model="v">{{ value.text }}</ui-switch>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -31,3 +31,9 @@ export default Vue.extend({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="stylus" scoped>
|
||||||
|
.hkcxmtwj
|
||||||
|
display inline-block
|
||||||
|
margin 16px auto
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue