05 2022 档案

摘要:一,代码: <template> <div class="wrapper" ref="wrapper" @touchstart.prevent="onStart" @touchmove.prevent="onMove" @touchend.prevent="onEnd" @touchcancel.p 阅读全文
posted @ 2022-05-25 15:26 刘宏缔的架构森林 阅读(427) 评论(0) 推荐(0) 编辑
摘要:一,js代码: 1,html代码 <div ref="loadingDiv" v-show="loadingShow" style="left:0;top:0;position:fixed;width:100vw;height:100vh;background: #000000;opacity: 0 阅读全文
posted @ 2022-05-20 11:33 刘宏缔的架构森林 阅读(2904) 评论(0) 推荐(0) 编辑
摘要:一,vue3-count-to项目在npm库的地址: https://www.npmjs.com/package/vue3-count-to 文档:参考vue-count-to的文档即可 https://github.com/PanJiaChen/vue-countTo 说明:刘宏缔的架构森林是一个 阅读全文
posted @ 2022-05-18 22:23 刘宏缔的架构森林 阅读(2484) 评论(0) 推荐(0) 编辑
摘要:一,安装所需的库@vueuse/core liuhongdi@lhdpc:/data/vue/lazy$ npm install --save @vueuse/core 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://bl 阅读全文
posted @ 2022-05-11 14:55 刘宏缔的架构森林 阅读(373) 评论(0) 推荐(0) 编辑
摘要:一,为什么不能分享成卡片形式? 以前的链接分享形式: 现在的分享形式: 原因在于微信对分享成卡片形式的接口调整 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog.imgtouch.com/index.php/202 阅读全文
posted @ 2022-05-11 14:27 刘宏缔的架构森林 阅读(5409) 评论(0) 推荐(0) 编辑
摘要:一,安装微信分享用到库: liuhongdi@lhdpc:/data/vue/guotou$ npm i weixin-js-sdk --save added 1 package in 3s liuhongdi@lhdpc:/data/vue/guotou$ npm i --save axios a 阅读全文
posted @ 2022-05-11 11:33 刘宏缔的架构森林 阅读(2381) 评论(0) 推荐(0) 编辑
摘要:一,修改vue.config.js const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, publicPath: proces 阅读全文
posted @ 2022-05-07 09:05 刘宏缔的架构森林 阅读(1163) 评论(0) 推荐(1) 编辑