报错Vue warn: Error in v on handler: object object

业务中使用了promise, 调试代码的时候遇到这个问题,百思不得其解,检查了两三遍,异步编程没错啊,为何会出现这个错误呢?代码以下:javascript async logout() { await this.$store.dispatch("user/logout"); this.$router.push(`/login?redirect=${this.$route.fullPath}
相关文章
相关标签/搜索