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

8 lines
184 B
Vue

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