We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vue] 说说你使用vue过程中遇到的问题(坑)有哪些,你是怎么解决的?
The text was updated successfully, but these errors were encountered:
从详情页返回列表页时, 要保存所有状态, 比如: 滚动条位置, 数据, 下拉数据等 当时想用keep-alive, 后来没用, 直接存储一些关键数据, 返回到router时重新加载了数据
Sorry, something went wrong.
数据量大的表格很卡顿,Object.freeze()解决
忘记在beforeDestroy钩子里销毁定时器、绑定事件,后端响应慢导致多按了按钮表单提交n次。。。。
填写表单有些需要v-if来判断显示某种输入框时会有dom缓存,需要加唯一的key来标识
Object.freeze()怎么解决?我现在遇到一个问题,js执行很快,但是页面渲染太慢了
No branches or pull requests
[vue] 说说你使用vue过程中遇到的问题(坑)有哪些,你是怎么解决的?
The text was updated successfully, but these errors were encountered: