08 2021 档案

摘要:参考链接:https://www.jianshu.com/p/45b1db6dac0b 阅读全文
posted @ 2021-08-28 14:47 放飞的回忆 阅读(74) 评论(0) 推荐(0)
摘要:参考链接:https://www.jianshu.com/p/b9380860a532 阅读全文
posted @ 2021-08-21 16:19 放飞的回忆 阅读(418) 评论(0) 推荐(0)
摘要:<template> <canvas ref="qrcode"></canvas> </template> <script> import QRCode from 'qrcode' export default { props: { url: { type: String, default() { 阅读全文
posted @ 2021-08-16 15:39 放飞的回忆 阅读(126) 评论(0) 推荐(0)
摘要:install npm install --save html2canvas 在所需页面引入 import html2canvas from "html2canvas" use <div ref="codeRef" class="code text-white text-center p-20px 阅读全文
posted @ 2021-08-11 17:22 放飞的回忆 阅读(692) 评论(0) 推荐(0)
摘要:参考链接:https://blog.csdn.net/qq_40428678/article/details/88942835 阅读全文
posted @ 2021-08-10 09:39 放飞的回忆 阅读(200) 评论(0) 推荐(0)
摘要:参考链接:https://blog.csdn.net/bigpatten/article/details/113073067 阅读全文
posted @ 2021-08-05 16:26 放飞的回忆 阅读(38) 评论(0) 推荐(0)
摘要:参考链接:https://blog.csdn.net/FantasyWeirdo/article/details/107058982 阅读全文
posted @ 2021-08-05 11:37 放飞的回忆 阅读(29) 评论(0) 推荐(0)
摘要:根据实际需求自定义的时间轴: <template> <div class="time-axis-wrap"> <!-- 时间 --> <div class="mr-15"> <div v-if="!schedule.repeat" class="text-right" :class="{ curen 阅读全文
posted @ 2021-08-05 11:16 放飞的回忆 阅读(230) 评论(0) 推荐(0)
摘要:根据项目需求自己封装的calendar组件 <template> <div class="calendar-wrapper"> <div class="header transition" v-if="HeaderBar"> <div class="pre" @click="changeMonth( 阅读全文
posted @ 2021-08-05 11:10 放飞的回忆 阅读(476) 评论(0) 推荐(0)
摘要:参考链接:https://www.pianshen.com/article/59881937519/ 参考链接:https://juejin.cn/post/6921508801900183560 阅读全文
posted @ 2021-08-03 11:33 放飞的回忆 阅读(131) 评论(0) 推荐(0)