Skip to content

Commit

Permalink
fix: add class to component state inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Sep 16, 2018
1 parent f1d246d commit 7bc64b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/devtools/views/components/ComponentInspector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
v-else
class="data"
>
<state-inspector :state="filteredState" />
<state-inspector
:state="filteredState"
class="component-state-inspector"
/>
</section>
</template>
</scroll-pane>
Expand Down

0 comments on commit 7bc64b5

Please sign in to comment.