子舒 @zishu 2022年3月29日 在 vue 中制作 canvas 波浪图 新建组件 `Canvas.vue` 。 ```js // @/components/Canvas.vue <template> <div :style="{ height: waveAllHeight + 'px', background: bgColor }" class="wave"> <canvas id="wave1"></canv 技术 Vuecanvas