Vue学习
未读
vue2中使用keep-alive缓存router-view组件的3种方法
什么是keep-alive keep-alive:vue内置组件,包括不活动的实例;dom结构移除了。 但是组件的实例没有被销毁;而是缓存起来了;注意:缓存的是组件的实例 包括组件 包括路由的坑 router-view 它有3个属性 分别是: include - 字符串或正则表达式。只有名称匹配的组
Vue学习
未读
postman导出v1.0版本json文件
一、安装 postman 转换器 npm install -g postman-collection-transformer
二、转换 postman 脚本(json)文件的 版本 转换命令为:postman-collection-transformer convert -i “转换文件路径” -
Vue学习
未读
npm加载依赖时出现“没有 python2 版本”
一、错误问题: gyp verb check python checking for Python executable "python2" in the PATH
gyp verb `which` failed Error: not found: python2
gyp verb `which`