随笔分类 -  fabric.js

摘要:<template> <div class="home"> <div class="btnwrap"> <span class="brushColor" ref="brushColor"> <ColorPicker class="colorPicker" @on-active-change="upd 阅读全文
posted @ 2021-08-20 10:00 乐盘游 阅读(303) 评论(0) 推荐(0)
摘要:老规矩先上代码 1 <template> 2 <div class="animate"> 3 <el-button 4 id="toggle" 5 @keyup.space.native 6 class="elBtn" 7 :class="{ active: isFirst && autoPlay 阅读全文
posted @ 2021-08-20 09:58 乐盘游 阅读(306) 评论(0) 推荐(0)
摘要:老规矩先上代码, 1 <template> 2 <div class="animate"> 3 <canvas id="canvas" width="300" height="300"></canvas> 4 <el-button id="toggle">▷</el-button> 5 </div> 阅读全文
posted @ 2021-08-18 15:50 乐盘游 阅读(219) 评论(0) 推荐(0)