tiny-vue_version0/examples/sites/demos/pc/app/scroll-text/hover-stop-composition-api.vue

8 lines
230 B
Vue

<template>
<tiny-scroll-text :hover-stop="true">设置 hover-stop false 鼠标悬停后不会停止滚动</tiny-scroll-text>
</template>
<script setup>
import { ScrollText as TinyScrollText } from '@opentiny/vue'
</script>