新建组件 Canvas.vue 。...// @/components/Canvas.vue
<div :style="{ height: waveAllHeight + 'px', background: bgColor...{
name: "Canvas",
props: {
bgColor: {
default: "none",
}, // 背景色
waveAllHeight...: { default: 160 }, // 波浪的整体高度
waveCount: { default: 2 }, // 波峰个数
waveHeight: { default: 50 }..."#f3f3f3",
"#f3f3f3",
];
},
},
// 波浪速率
waveTime: {
default