上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 29 下一页
摘要: //分享给朋友 wxManShare(){ if(this.$platform=='android'){ let iurl=this.liveInfo.limg uni.share({ provider: "weixin", scene: "WXSceneSession", type: 0, hre 阅读全文
posted @ 2022-12-28 17:15 huihuihero 阅读(1018) 评论(0) 推荐(0)
摘要: 借鉴: https://blog.csdn.net/m0_48468380/article/details/121577011 流程图 贴下封装的request.js代码 import axios from "axios"; import JsCookie from "js-cookie"; imp 阅读全文
posted @ 2022-12-15 09:59 huihuihero 阅读(800) 评论(0) 推荐(0)
摘要: ##官网:https://panjiachen.github.io/vue-element-admin-site/zh/ ##安装过程报错 ###tui-editor更名toast-ui/editor导致的报错 https://blog.csdn.net/lilikk1314/article/det 阅读全文
posted @ 2022-12-12 10:46 huihuihero 阅读(219) 评论(0) 推荐(0)
摘要: ###vue2版本移步至 https://www.cnblogs.com/huihuihero/p/13877589.html ###vue3版本中配置tinymce,相较于vue2版本区别不大,主要注意需要变更版本号 【vue2.0+tinymce】我采用的是 "@tinymce/tinymce- 阅读全文
posted @ 2022-12-09 17:26 huihuihero 阅读(2476) 评论(0) 推荐(0)
摘要: props(父传子,多用于 子组件需要渲染父组件中的数据) 【父】 <div> <comp-son :name="name" :age="age" /> //向子组件传值 </div> setup() { const state = reactive({ name: "Jack", age: 18 阅读全文
posted @ 2022-12-02 11:26 huihuihero 阅读(1153) 评论(0) 推荐(1)
摘要: ##常规用法(获取单个元素) <template> <div class="search-input"> <input type="text" ref="searchInputElem" v-model="searchValue" @keyup.enter="onSearch" placeholde 阅读全文
posted @ 2022-11-28 10:44 huihuihero 阅读(1074) 评论(0) 推荐(0)
摘要: ###本文转载自 https://www.ucloud.cn/yun/104458.html 摘要:命令用于规定模块的对外接口,命令用于输入其他模块提供的功能。前者用于服务器,后者用于浏览器。命令接受一对大括号,里面指定要从其他模块导入的变量名。基本用法其他和主要区别为前者是动态加载。 在日常开发中 阅读全文
posted @ 2022-11-24 10:16 huihuihero 阅读(3035) 评论(0) 推荐(0)
摘要: ###参考以前写过的一篇文章 https://www.cnblogs.com/huihuihero/p/11451696.html ###安装lib-flexible ``` yarn add lib-flexible 或者 npm install lib-flexible ``` ###main. 阅读全文
posted @ 2022-11-23 16:05 huihuihero 阅读(1307) 评论(0) 推荐(0)
摘要: ###详见: https://blog.csdn.net/CDSN_Dark/article/details/120582246 阅读全文
posted @ 2022-11-22 13:22 huihuihero 阅读(39) 评论(0) 推荐(0)
摘要: ##下载及安装pdf.js插件 ###【下载】前往官方地址下载插件包 http://mozilla.github.io/pdf.js/ 注:不建议使用npm或yarn的形式安装pdf.js的依赖包,因为我们很多定制化的需求需要改源码 ###【安装】在public文件夹下新建pdfjs文件夹,将解压后 阅读全文
posted @ 2022-11-15 16:31 huihuihero 阅读(8436) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 29 下一页