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