探索者
探索者
> Hi, the same problem, I want to know when can it be fixed? Now I can't get Web Vitals using sentry hub, it can be achieved using sentry init....
> In the mean time, you could build your own integration leveraging `SessionStorage` to keep state as per: http://jasonjl.me/blog/2015/06/21/taking-action-on-browser-crashes/, and manually report page crashes. This might have some false positives...
跪求页面切换特效:卡片上滑放大,点击关闭按钮时缩小。需求来源:https://toutiao.io/posts/efnk69/preview 
**父组件:** ` ` **子组件:** ``` computed: { currentValue: function () { return this.value } }, methods: { handleInput (e) { if (this.disabled) return console.log(e) var value = e.mp.target.value; this.$emit('input', value);...
> 暂时能想到就是你描述中的办法。其他的,比如 1. 做一套提示用户手动刷新页面的更新机制;2. 部署的时候保留旧版代码。但是实现起来的话,都要复杂许多。 @pany-ang 目前还是倾向于这种冒险的做法,退出登陆的话用户体验不是很好。在此基础上增加了刷新后自动跳转到目标路由的机制,保证了用户无感刷新
相同的场景,也是select和change使用,初始化select的值不会触发change事件,请问问题解决了吗? @myde86 @2betop