Skip to content

Commit 1fb663f

Browse files
committed
updated
1 parent 2067c7a commit 1fb663f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/components/right-sidebar/HTMLQueue.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ Description:
5959
</ul>
6060
</div>
6161

62-
<!--attribute child's child-->
63-
<div class="AttributeContainer" v-for="element in this.componentMap[this.activeComponent].htmlList"
64-
:key="element.id + Date.now()">
65-
<ul v-for="element1 in element.children"
66-
:key="element1.id + Date.now()">
67-
<li v-if="element1.id === this.activeHTML">Your class is - {{ element1.class }}</li>
68-
</ul>
69-
</div>
70-
7162
<div class="formBox">
7263
<q-form autofocus v-on:submit.prevent="submitClass">
7364
<p class="title">Add Class Name:</p>

0 commit comments

Comments
 (0)