10 2021 档案

摘要:style="white-space: pre-line;" 阅读全文
posted @ 2021-10-29 11:56 何云泽 阅读(129) 评论(0) 推荐(0)
摘要:插件库中搜索Vetur,点击安装,安装完成之后点击重新加载,即可使用 mac的步骤如下,由于我安装了转中文插件,所以接下来会是中文的: code -> 首选项 -> 用户代码片段 -> (新建代码片段取名vue.json) 新建代码片段这块可以直接往下找就能找到vscode上带的vue.json { 阅读全文
posted @ 2021-10-25 16:49 何云泽 阅读(571) 评论(0) 推荐(0)
摘要:require.context(directory,useSubdirectories,regExp)directory:表示检索的目录useSubdirectories:表示是否检索子文件夹regExp:匹配文件的正则表达式,一般是文件名 例如 require.context("@/views/c 阅读全文
posted @ 2021-10-25 16:07 何云泽 阅读(53) 评论(0) 推荐(0)
摘要:uniapp父子组件不能获取对象里面放函数 <template> <view> <slot></slot> </view></template><script> export default { name: 'hForm', provide() { return { form: this, } }, 阅读全文
posted @ 2021-10-14 10:05 何云泽 阅读(847) 评论(0) 推荐(0)
摘要:<button data-name="f1" class="b1" open-type="share"> 分享链接 </button> <button data-name="f2" class="b1" open-type="share">分享链接</button> onShareAppMessag 阅读全文
posted @ 2021-10-13 17:04 何云泽 阅读(492) 评论(0) 推荐(0)
摘要:saoma() { uni.showLoading({ title: "加载中" }) this.showins2 = true this.$url.MUrl("userGetWxAccessToken").then(e => { var d = JSON.parse(e.data) var tha 阅读全文
posted @ 2021-10-13 16:22 何云泽 阅读(223) 评论(0) 推荐(0)