vue
SpringBears
这个作者很懒,什么都没留下…
展开
-
Vue在Win系统下本地项目的安装与部署9/18
Vue在Windows系统下本地项目的安装https://blog.csdn.net/qq_37495916/article/details/80626615Vue在Windows系统下本地项目的部署https://www.cnblogs.com/badaoliumangqizhi/p/13297929.html原创 2020-09-18 12:13:15 · 176 阅读 · 0 评论 -
vue强制刷新某组件(销毁并重置)
在需要强制刷新的组件中添加v-if="hackReset"data中设置hackReset : false点击按钮触发显示该组件的methods应执行下面代码:this.$nextTick(() => {this.hackReset = true})原创 2020-08-14 20:53:01 · 1375 阅读 · 0 评论 -
2020-08-05 vue如何刷新当前页面的方法
1.场景在处理列表时,常常有删除一条数据或者新增数据之后需要重新刷新当前页面的需求。2.遇到的问题1. 用vue-router重新路由到当前页面,页面是不进行刷新的2.采用window.reload(),或者router.go(0)刷新时,整个浏览器进行了重新加载,闪烁,体验不好3.解决方法provide / inject组合作用:允许一个祖先组件向其所有子孙后代注入一个依赖,不论组件层次有多深,并在起上下游关系成立的时间里始终生效。App.vue:声明reload方法,转载 2020-08-05 21:24:11 · 184 阅读 · 0 评论 -
+ CategoryInfo : NotSpecified: (:) [], PSSecurityException + FullyQualifiedErrorId : RuntimeExceptio
File C:\Users\danv\Documents\WindowsPowerShell\profile.ps1 cannot be loaded because theexecution of scripts is disabled on this system. Please see "get-help about_signing" formore details.At line:1 char:2+ . <<<< 'C:\Users\danv\Documen...原创 2020-06-29 22:50:49 · 4322 阅读 · 0 评论