主题
文字滚动组件。
<template> <TextScroll :list="messages" /> </template> <script setup lang="ts"> const messages = ref(['消息1', '消息2', '消息3']) </script>
string[]
[]
number
50