September 2, 2019 Vuex: Cannot read property ‘$store’ of undefined solved: https://stackoverflow.com/questions/46335667/vuex-cannot-read-property-store-of-undefined You’re using a javascript function instead of an... Categories CompScience/Vue Comments: 0
August 25, 2019 Vue-cli 3.0无配置文件以及跨域问题 Prototype 官方文档: https://cli.vuejs.org/zh/config/#%E5%85%A8%E5%B1%80-cli-%E9%85%8D%E7%BD%AE 配置vue.config.js文件 根目录下创建即可按照需要添加配置信息 Post Views: 2,160 Categories CompScience/Vue Comments: 0
August 25, 2019 Vue 常见错误 Uncaught (in promise) NavigationDuplicated {_name:””NavigationDuplicated” vue-router ≥3.0版本回调形式以及改成promise api的形式了,返回的是一个promise,如果没有捕获到错误,控制台始终会出现如图的警告,针对于路由跳转相同的地址,链接地址(解决方法一): https://blog.csdn.net/zy21131437/article/details/99548983 解决方法2:... Categories CompScience/Vue Comments: 0
August 24, 2019 Vue CLI 脚手架工具 基建webpack模板: (cli<3.0): CLI > 3.0 (支持Vuetify): Vue UI https://cli.vuejs.org/guide/ Post... Categories CompScience/Vue Comments: 0
August 24, 2019 Vue UI https://vuetifyjs.com/ https://bootstrap-vue.js.org/ https://buefy.org/ https://vue.ant.design/docs/vue/introduce/ Post Views: 936 Categories CompScience/Vue Comments: 0
August 21, 2019 Vue移动端开发问题 Vue移动端Btn无法点击, 但电脑端可以 better-scroll部署时增加param:{click: true} mounted () { this.scroll = new... Categories CompScience/Vue Comments: 0
August 16, 2019 Vue前段好用的库 官方库: https://cn.vuejs.org/ CSS动画样式库 – animate: https://daneden.github.io/animate.css/ js动画库 – velocityjs: http://velocityjs.org/... Categories CompScience/Vue Comments: 0