text-scrolling
v0.1.1
Published
## 介绍 ``` 字体滚动组件 ```
Downloads
5
Readme
text-scrolling组件
介绍
字体滚动组件快速开始
安装组件
npm i text-scrolling引用组件
import TextScrolling from 'text-scrolling'
Vue.use(TextScrolling)使用组件
通过text传入字符串参数
<TexScrolling :text="your string"></TexScrolling>