上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 126 下一页
摘要: data: { weekdays:['','','','','','',''] }, onLoad: function (options) { let that = this; let now = new Date(); let today = now.getFullYear() + '-' + ( 阅读全文
posted @ 2018-03-27 16:59 ThisCall 阅读(590) 评论(0) 推荐(0) 编辑
摘要: var now = new Date(); let today = now.getFullYear() + '-' + (now.getMonth() + 1) + '-' + now.getDate();//2018-3-27 var nowDayOfWeek = now.getDay(); co 阅读全文
posted @ 2018-03-27 16:12 ThisCall 阅读(437) 评论(0) 推荐(0) 编辑
摘要: npm install vue-router --save //安装 传参 阅读全文
posted @ 2018-03-26 23:11 ThisCall 阅读(461) 评论(0) 推荐(0) 编辑
摘要: import Vue from 'vue'import App from './App'import VRouter from 'vue-router'import Apple from './components/apple'import World from './components/worl 阅读全文
posted @ 2018-03-26 23:11 ThisCall 阅读(102) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/violetjack0808/article/details/72620859 https://blog.csdn.net/hsl0530hsl/article/details/78594973 Vue.js学习系列五 —— 从VUE-CLI来聊聊ESLi 阅读全文
posted @ 2018-03-23 22:09 ThisCall 阅读(1744) 评论(0) 推荐(0) 编辑
摘要: 打开左侧菜单栏 阅读全文
posted @ 2018-03-23 21:08 ThisCall 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 前提概要: sublime的下载地址:http://www.sublimetext.com/ notepad++下载地址:https://notepad-plus-plus.org/ .vue的文件在sublime编辑器下默认是不被识别的,要想识别,我们就必须安装必要的插件。并且,要想高亮显示就必须 阅读全文
posted @ 2018-03-23 09:00 ThisCall 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 先下git(?)https://download.tortoisegit.org/tgit/2.6.0.0/ 小乌龟下载 http://gitlab.didu86.com:9090/wxcode/fankang-medical-patient 新建库 阅读全文
posted @ 2018-03-22 14:54 ThisCall 阅读(618) 评论(0) 推荐(0) 编辑
摘要: git是什么? git是当前最受欢迎,使用最多的分布式版本控制系统。 下载地址: http://rogerdudler.github.io/git-guide/index.zh.html 这个地址包含了对git的一些基本介绍,图文并茂,非常奈斯! windows安装2.16.2版本 1.首先下载gi 阅读全文
posted @ 2018-03-21 09:53 ThisCall 阅读(167) 评论(0) 推荐(0) 编辑
摘要: var app=new Vue({ el: '#app', data:{ link:'这是一个连接' },}) 阅读全文
posted @ 2018-03-20 22:49 ThisCall 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 126 下一页