We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RoutesTable
1 parent f6c9be5 commit 67c5365Copy full SHA for 67c5365
packages/client/src/components/pages/RoutesTable.vue
@@ -64,10 +64,10 @@ const state = useDevToolsState()
64
/>
65
<div op0 group-hover:op100 flex="~ gap1">
66
<button
67
- v-if="(item.file || item.meta?.file) && state.vitePluginDetected.value && _vueInspectorDetected"
+ v-if="(item.meta?.file) && state.vitePluginDetected.value && _vueInspectorDetected"
68
text-sm op40 hover="op100 text-primary-400"
69
title="Open in editor"
70
- @click="openInEditor((item.file || item.meta?.file) as string)"
+ @click="openInEditor((item.meta?.file) as string)"
71
>
72
<div i-carbon-script-reference />
73
</button>
0 commit comments