摘要:
我们的项目非常简单,当点击+1按钮的时候,count 加1,点击-1按钮的时候,count 减1. 1, mutation The only way to actually change state in a Vuex store is by committing a mutation, 在vue 阅读全文
摘要:
1, cd : change directory(改变目录),就是进入到哪个目录下, 如 cd e:\fff 进入 E 盘下面的fff 目录。cd 进入文件夹, 还可以使用通配符*, cd f*, 如果E盘下只有一个f开头的文件夹,就会进入到这个文件夹. 2, cd .. 回退到上一个目录。我们在写 阅读全文