
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
vue-slim-dialog
Advanced tools
开箱即用的 vue 移动端弹窗组件
// 使用yarn:
yarn add vue-slim-dialog
// 或使用npm:
npm i -S vue-slim-dialog
// 入口文件 main.js 中
import SlimDialog from 'vue-slim-dialog'
Vue.use(SlimDialog)
// *.vue 中
import SlimDialog from 'vue-slim-dialog'
export default {
/* ... */
components: {
SlimDialog,
},
/* ... */
}
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
show | .sync 是否显示 | Boolean | false |
hideOnMaskClick | 点击遮罩是否关闭弹窗 | Boolean | false |
maskTransition | 遮罩动画 | String | slim-fade |
dialogTransition | 弹窗动画,内置 'slim-scale', 'slim-zoom', 'slim-radius' | String | slim-scale |
maskClass | 遮罩的样式类 | String | null |
dialogClass | 弹窗的样式类 | String | null |
FAQs
开箱即用的 vue 移动端弹窗组件
We found that vue-slim-dialog 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.