You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In package/client/src/components/pages/RoutesTable.vue, it has type error.
In fact, there is no file attribute in the sorted here.
I track the source of sorted and found that it came from window.__VUE_DEVTOOLS_ROUTER_INFO__, Maybe for some reason, it was planned to add the file attribute at package/devtools-kit/src/core/router/index.ts 15line, but it was not added in the end?