
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
vue3-flop-card
Advanced tools
用于抽奖翻卡,使用 vue3 编写
npm install vue3-flop-card
import Vue3FlopCard from "vue3-flop-card";
import "vue3-flop-card/lib/style.css";
app.use(Vue3FlopCard);
<vue3-flop-card v-model="cardArr" :cardData="data"></vue3-flop-card>
1. cardWidth:卡片宽度 (String '100px')
2. cardHeight:卡片高度 (String '100px')
3. frontColor:答案面背景颜色 (String '#000')
4. backColor:背面背景颜色 (String '#fff')
5. canChoiceCount:可抽卡次数 (Number 3)
6. textSize:抽卡文字大小 (String '16px')
7. modelValue:抽中的卡片数组双向绑定 (Array)
8. cardData:卡片内容数组 (必须有title属性用于显示抽奖结果)
[
{
id:0,
title:'一等奖'
}
]
<slot name="result"></slot> 翻牌结果进行自定义
<slot name="front"></slot> 翻牌正面进行自定义
<slot name="tip"></slot> 提示剩几次抽奖机会自定义
FAQs
用于抽奖翻卡,使用 vue3 编写
The npm package vue3-flop-card receives a total of 1 weekly downloads. As such, vue3-flop-card popularity was classified as not popular.
We found that vue3-flop-card 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.