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

8 lines
137 B
Vue

<template>
<tiny-switch mini></tiny-switch>
</template>
<script setup>
import { Switch as TinySwitch } from '@opentiny/vue'
</script>