Appearance
RedPacketRain 红包雨组件
何时使用
- 需要通过 canvas 实现一个 红包雨的小游戏的时候
代码演示
vue
<script setup>
import { RedPacketRain } from '@xiaomh/vue3-alan-vite-component';
</script>
<template>
<RedPacketRain></RedPacketRain>
</template>
<style></style>
<script setup>
import { RedPacketRain } from '@xiaomh/vue3-alan-vite-component';
</script>
<template>
<RedPacketRain></RedPacketRain>
</template>
<style></style>
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
API
属性说明
| 属性 | 说明 | 类型 | 默认值 | 版本 |