09 2017 档案

摘要:在码云上新建了一个private项目,现在想把本地的项目push到远程仓库,初次提交时提示异常: fatal:The current branch master has no upstream branch.To push the current branch and... 根据提示,使用 git 阅读全文
posted @ 2017-09-13 11:08 windowClass 阅读(847) 评论(0) 推荐(0)
摘要:Vue.js 为 v-on 提供了事件修饰符来处理 DOM 事件细节,如:event.preventDefault() 或 event.stopPropagation()。Vue.js通过由点(.)表示的指令后缀来调用修饰符。其中.stop就是用来阻止单击事件冒泡,用法如:<a v-on:click 阅读全文
posted @ 2017-09-07 15:13 windowClass 阅读(2179) 评论(0) 推荐(0)