摘要:
一、创建git本地仓库 1.初始化仓库 git init 2.添加文件到仓库 git add . 3.git commit -m "备注信息" 二、查看远程提交日志 git log 三、把文件退回到上一个版本 git reset --hard HEAD^ 2.回到最新版本 git reset --h 阅读全文
posted @ 2018-02-12 16:02
龚箭call
阅读(90)
评论(0)
推荐(0)
摘要:
export default { data() { return { img:require("图片路径") } }, } 阅读全文
posted @ 2018-02-12 15:53
龚箭call
阅读(1513)
评论(0)
推荐(0)
摘要:
1.跳页方法 <router-link to="文件路径"> </router-link> 相当于a标签的作用 2.跳页传值方法 A页中的配置 <button @click="sub()">首页</button> //给按钮一个绑定单机事件 methods: { sub(){ this.$route 阅读全文
posted @ 2018-02-12 15:47
龚箭call
阅读(284)
评论(0)
推荐(0)
摘要:
1.将Echarts的数据格式放在data return中; 2.自定义按钮绑定一个单击事件; 3.将该图标的格式传入单击事件函数中; 阅读全文
posted @ 2018-02-12 15:32
龚箭call
阅读(5636)
评论(0)
推荐(0)

浙公网安备 33010602011771号