摘要: 在 Vue.js项目中使用Vuex,Vuex 依赖 Promise,所以如果你的浏览器没有实现 Promise (比如 IE),那么就需要使用一个 polyfill 的库 我们可以通过babel-profill转译 1、安装 2、在main.js中引入 阅读全文
posted @ 2018-05-21 14:43 wuln 阅读(1431) 评论(1) 推荐(0) 编辑
摘要: 在vuejs中使用element-ui 1、安装 2、在 main.js 引入并注册 扩展:使用自定义主题 生成主题包:https://elementui.github.io/theme-preview/#/ 将生成的主题包放到:src/assets/theme/ 在main.js中引入自定义主题: 阅读全文
posted @ 2018-05-21 10:22 wuln 阅读(4425) 评论(0) 推荐(0) 编辑
摘要: NProgress的官网:http://ricostacruz.com/nprogress/ 源码地址:https://github.com/rstacruz/nprogress 1、安装 2、在main.js中引入 3、在main.js中使用 阅读全文
posted @ 2018-05-21 10:07 wuln 阅读(586) 评论(0) 推荐(0) 编辑