更新记录
1.0.0(2020-07-13) 下载此版本
初始化
平台兼容性
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="utf-8"/> <title>Markdown在线编辑器 - www.MdEditor.com</title> <link rel="shortcut icon" href="https://www.mdeditor.com/images/logos/favicon.ico" type="image/x-icon"/> </head> <body>
使用说明
组件引入,参数传值,搞定
组件引入import lyTextScroll from '@/components/ly-screenTextScroll/lyTextScroll.vue'
components: { lyTextScroll, },
参数传值(需要滚动播放的字符串数组)<lyTextScroll :list="list"></lyTextScroll>