Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/devtools/views/components/ComponentInstance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</span>
<span class="angle-bracket">&lt;</span><span class="item-name">{{ displayName }}</span><span class="angle-bracket">&gt;</span>
</span>
<span class="info console" v-if="instance.consoleId === '$vm0'">
== {{ instance.consoleId }}
<span class="info console" v-if="instance.consoleId === '$vm0'" title="Available as $vm0 in the console.">
= {{ instance.consoleId }}
</span>
<span class="info router-view" v-if="instance.isRouterView">
router-view{{ instance.matchedRouteSegment ? ': ' + instance.matchedRouteSegment : null }}
Expand Down Expand Up @@ -187,7 +187,7 @@ export default {
&.console
color #fff
background-color transparent
top 0px
top 0
&.router-view
background-color #ff8344
&.fragment
Expand Down