tiny-vue/examples/sites/demos/pc/app/text-popup/separtor-composition-api.vue

8 lines
170 B
Vue

<template>
<tiny-text-popup separtor=";"></tiny-text-popup>
</template>
<script setup lang="jsx">
import { TextPopup as TinyTextPopup } from '@opentiny/vue'
</script>