tiny-vue_version0/examples/sites/demos/pc/app/switch/mini-mode.vue

14 lines
180 B
Vue

<template>
<tiny-switch mini></tiny-switch>
</template>
<script>
import { Switch } from '@opentiny/vue'
export default {
components: {
TinySwitch: Switch
}
}
</script>