摘要: 一、 在路径 下创建accounts.json文件 二、在路径 下(不同版本可能路径不同),找到文件[user.config],在第4行``下插入6行代码 三、 参考链接 阅读全文
posted @ 2019-10-22 15:48 Barrett_07 阅读(414) 评论(0) 推荐(0)
摘要: ``` import someComponent from './components/someComponent' export default { install(Vue) { let componentList=[someComponent ] componentList.forEach(item=>{ Vue.c... 阅读全文
posted @ 2019-10-22 15:31 Barrett_07 阅读(875) 评论(0) 推荐(0)
摘要: npm svn + 清除失败的事务 cmd管理员运行,执行 `svn cleanup` 阅读全文
posted @ 2019-10-22 15:26 Barrett_07 阅读(323) 评论(0) 推荐(0)