
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
gyl-vue-range
Advanced tools
npm i gyl-vue-range
width: 500 (滑块进度条宽,默认值500)
height: 10 (滑块进度条高,默认值10)
dotSize: 26 (圆点尺寸,默认值26)
max: 100 (最大值,默认值100)
min: 0 (最小值,默认值0)
绑定callback方法,接收滑块进度值
getRangeData(nowVal){
this.value = nowVal
}
<Range v-bind="rangeData" @callback="getRangeData"></Range>
export default {
name: 'app',
data () {
return {
rangeData:{
width:300,
height:400,
dotSize:50,
min:50,
max:1000
},
abc:null
}
},
methods: {
getRangeData(nowVal){
this.abc = nowVal
}
}
}
FAQs
在VUE框架基础上开发的一款简单的滑块插件。
The npm package gyl-vue-range receives a total of 3 weekly downloads. As such, gyl-vue-range popularity was classified as not popular.
We found that gyl-vue-range 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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.