
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
vue-t-marquee
Advanced tools
npm install
npm run serve
npm run build
/*在入口文件中引入组件*/
_import TMarquee from 'vue-t-marquee'
import "vue-t-marquee/lib/vue-t-marquee.css"
Vue.use(TMarquee)_
/*引用*/
_<TMarquee :slidesPerView="4" :slideList="[1,2,3,4,5,6]">
//自定义内容
<div slot-scope="slotProps">{{slotProps.data}}</div>
</TMarquee>_
/*属性*/
direction default:"right" type:String 滚动方向
slideList default:[] type:Array 跑马灯数据
slidesPerView default:1 type:Number 当前视窗显示slide的个数(ps:每个slide的宽度会根据slidePerView进行自动计算)
animationDuration default:10 type:Number 动画的速度 单位毫秒
FAQs
简单跑马灯1.0.6
The npm package vue-t-marquee receives a total of 7 weekly downloads. As such, vue-t-marquee popularity was classified as not popular.
We found that vue-t-marquee demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.