PHP前端开发

uniapp如何实现文字滚动

百变鹏仔 4周前 (11-21) #uniapp
文章标签 如何实现
uniapp实现文字滚动的方法:1、将【/components/screentextscroll.vuecopy】到自己的项目中;2、在【main.js】中添加相关代码。

本教程操作环境:windows7系统、uni-app2.5.1版本、thinkpad t480电脑。

推荐(免费):uni-app开发教程

uniapp实现文字滚动的方法:

使用文字滚动栏组件

1、将 /components/screenTextScroll.vuecopy到自己的项目中(components目录下)

2、在main.js中添加代码

import screenTextScroll from '@/components/screenTextScroll.vue' Vue.component('textscroll', screenTextScroll)

3、在需要使用的视图中调用

<textscroll></textscroll>

相关免费学习推荐:php编程(视频)