报错:ncaught (in promise) TypeError: Cannot read properties of undefined (reading 'route′)获取不到route') 获取不到route′)获取不到route实例
我源码中使用setup()生命周期钩子一直出错
使用正常 created mounted 声明周期函数就没有问题了
在 Vue.js 应用中遇到一个错误,当使用 setup 生命周期钩子时,出现 'ncaught(inpromise)TypeError: Cannot read properties of undefined (reading 'route')' 的错误,导致无法获取 route 实例。该问题在使用常规的 created 或 mounted 生命周期钩子时不发生。这可能是由于在 setup 中访问路由对象的方式不正确或者在组件初始化时路由对象尚未注入导致的。
报错:ncaught (in promise) TypeError: Cannot read properties of undefined (reading 'route′)获取不到route') 获取不到route′)获取不到route实例
我源码中使用setup()生命周期钩子一直出错
使用正常 created mounted 声明周期函数就没有问题了
2万+
8991

被折叠的 条评论
为什么被折叠?
