devtools-next
devtools-next copied to clipboard
[Bug] Property 'file' does not exist on type 'RouteRecordNormalized'
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?
/cc @webfansplz, is it deprecated now?