Skip to content

Commit ad21b68

Browse files
committed
updated comments, descriptions, and fixed redundant components bug
1 parent 8fe0699 commit ad21b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home_sidebar_items/EditDeleteComponents.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Description:
122122
v-for="prop in this.activeComponentData.props"
123123
:key="prop"
124124
>
125-
<!-- v-on:click="onActivated(prop)" -->
125+
<!-- v-on:click="onActivated(prop)" -->
126126

127127
<q-list v-if="showProps" class="list-item" dense bordered separator>
128128
<q-item clickable v-ripple class="list-item">

0 commit comments

Comments
 (0)