上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: watch: { form: { deep: true, handler(newval) { this.tzinfo = false } } }, //具体到表单内某个值 watch: { 'form.sfyj': { deep: true, handler(newval) { this.tzinf 阅读全文
posted @ 2020-09-01 16:50 wwj007 阅读(2974) 评论(0) 推荐(0) 编辑
摘要: 先解决警告: 原因:电脑没有配置淘宝镜像 配置淘宝镜像: npm config set registry https://registry.npm.taobao.org 验证: npm config get registry 按照提示解决报错 del /s /q C:\Users\xizangshu 阅读全文
posted @ 2020-08-17 12:37 wwj007 阅读(838) 评论(0) 推荐(0) 编辑
摘要: main.js 引入 import VideoPlayer from 'vue-video-player' import 'video.js/dist/video-js.css' Vue.use(VideoPlayer) html <video-player class="video-player 阅读全文
posted @ 2020-08-14 16:37 wwj007 阅读(22702) 评论(0) 推荐(1) 编辑
摘要: ###feature样式image会存在src资源找不到问题,故而只写了text以查看效果 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=devi 阅读全文
posted @ 2020-08-13 18:06 wwj007 阅读(2198) 评论(6) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href=" 阅读全文
posted @ 2020-08-13 17:51 wwj007 阅读(799) 评论(5) 推荐(1) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="style 阅读全文
posted @ 2020-08-13 17:48 wwj007 阅读(3761) 评论(1) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="style 阅读全文
posted @ 2020-08-13 17:35 wwj007 阅读(3679) 评论(3) 推荐(0) 编辑
摘要: 初始化一个map,6: this.map = new Map({ target: 'map_container', layers: [ new TileLayer({ source: new ol.source.OSM() })], view: new View({ center:fromLonLa 阅读全文
posted @ 2020-08-06 15:50 wwj007 阅读(856) 评论(0) 推荐(0) 编辑
摘要: 数据更新后强制重新渲染组件 this.$forceUpdate(); //重新渲染组件 阅读全文
posted @ 2020-08-06 15:41 wwj007 阅读(3423) 评论(2) 推荐(2) 编辑
摘要: 根据我项目.eslintrc.js相对应配置 { // vscode默认启用了根据文件类型自动设置tabsize的选项 "editor.detectIndentation": false, // 重新设定tabsize "editor.tabSize": 2, // #每次保存的时候自动格式化 "e 阅读全文
posted @ 2020-07-24 15:48 wwj007 阅读(354) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
……