08 2021 档案
摘要:参考链接:https://www.jianshu.com/p/45b1db6dac0b
阅读全文
摘要:参考链接:https://www.jianshu.com/p/b9380860a532
阅读全文
摘要:<template> <canvas ref="qrcode"></canvas> </template> <script> import QRCode from 'qrcode' export default { props: { url: { type: String, default() {
阅读全文
摘要:install npm install --save html2canvas 在所需页面引入 import html2canvas from "html2canvas" use <div ref="codeRef" class="code text-white text-center p-20px
阅读全文
摘要:参考链接:https://blog.csdn.net/qq_40428678/article/details/88942835
阅读全文
摘要:参考链接:https://blog.csdn.net/bigpatten/article/details/113073067
阅读全文
摘要:参考链接:https://blog.csdn.net/FantasyWeirdo/article/details/107058982
阅读全文
摘要:根据实际需求自定义的时间轴: <template> <div class="time-axis-wrap"> <!-- 时间 --> <div class="mr-15"> <div v-if="!schedule.repeat" class="text-right" :class="{ curen
阅读全文
摘要:根据项目需求自己封装的calendar组件 <template> <div class="calendar-wrapper"> <div class="header transition" v-if="HeaderBar"> <div class="pre" @click="changeMonth(
阅读全文
摘要:参考链接:https://www.pianshen.com/article/59881937519/ 参考链接:https://juejin.cn/post/6921508801900183560
阅读全文