tiny-vue_version0/examples/sites/demos/pc/app/scroll-text/basic-usage-composition-api...

8 lines
211 B
Vue

<template>
<tiny-scroll-text text="设置 text 自定义滚动的文本内容"></tiny-scroll-text>
</template>
<script setup lang="jsx">
import { ScrollText as TinyScrollText } from '@opentiny/vue'
</script>