tiny-vue_version0/examples/sites/demos/pc/app/text-popup/width.vue

14 lines
215 B
Vue

<template>
<tiny-text-popup width="500"></tiny-text-popup>
</template>
<script lang="jsx">
import { TextPopup } from '@opentiny/vue'
export default {
components: {
TinyTextPopup: TextPopup
}
}
</script>