上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页
摘要: <div style=" width: 200px; height: 80px; overflow: hidden; display: flex; justify-content: center; align-items: center; #f5f7fa; padding-right: 10px; 阅读全文
posted @ 2021-05-06 11:58 诡道也 阅读(35) 评论(0) 推荐(0) 编辑
摘要: <el-autocomplete class="inline-input input_50" v-model="ruleForm.equipmentUse.useOrgName" :disabled="disableJ" :fetch-suggestions="querySearch" placeh 阅读全文
posted @ 2021-05-06 11:42 诡道也 阅读(67) 评论(0) 推荐(0) 编辑
摘要: terminalDebugging() { var u = navigator.userAgent; var isiOS = u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); var isAndroid = u.indexOf("Android") > -1 ||  阅读全文
posted @ 2021-04-29 23:08 诡道也 阅读(33) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="app" @mousemove="moveEvent" @click="moveEvent"> <router-view /> </div> </template> <script> export default { name: "App", data() { 阅读全文
posted @ 2021-04-25 08:33 诡道也 阅读(60) 评论(0) 推荐(0) 编辑
摘要: window.opener.location.reload(); 阅读全文
posted @ 2021-04-15 14:54 诡道也 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 1,生命周期 从创建到渲染的过程,不仅仅问8个函数四个阶段 组件创建时:creating: 模板渲染时:mounting 数据更新时:updating 组件卸载时:destroying 1.1 图示 1.2 生命周期钩子函数 beforeCreate:创建前,在数据观测和初始化事件还未开始 crea 阅读全文
posted @ 2021-04-12 19:13 诡道也 阅读(1076) 评论(0) 推荐(0) 编辑
摘要: 1 JS基础知识 1.1 变量类型 JavaScript 有六种数据类型。主要的类型有 Number、String、object 以及 Boolean 类型,其他两种类型为 null 和undefined。 1.1.1 变量的声明 JS中变量申明分显式申明和隐式申明。 1.1.2 变量类型检测 1,使 阅读全文
posted @ 2021-04-12 19:11 诡道也 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 1 懒加载 1.1 什么是懒加载? 懒加载也就是延迟加载,当访问一个页面的时候,先把img元素或是其他元素的背景图片路径替换成一张大小为1*1px图片的路径(这样就只需请求一次,俗称占位图), 只有当图片出现在浏览器的可视区域内时,才设置图片正真的路径,让图片显示出来。这就是图片懒加载。 1.2 为 阅读全文
posted @ 2021-04-12 19:09 诡道也 阅读(82) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <div class='index' ref='cld' id='clic' style='width:100%;height:100%;'> <canvas id="canvas" :width="dwidth" :height="dheight"></canva 阅读全文
posted @ 2021-04-12 18:54 诡道也 阅读(60) 评论(0) 推荐(0) 编辑
摘要: http://www.form-create.com/guide/start.html#%E5%BC%95%E5%85%A5-form-create form-create 本节将介绍如何在项目中使用 form-create 推荐使用新版本: form-create V2 #引入 form-crea 阅读全文
posted @ 2021-04-12 17:52 诡道也 阅读(107) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页