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

8 lines
187 B
Vue

<template>
<tiny-text-popup placeholder="请输入文字"></tiny-text-popup>
</template>
<script setup lang="jsx">
import { TextPopup as TinyTextPopup } from '@opentiny/vue'
</script>