Skip to content

Commit 515f844

Browse files
formatting update to one file
Co-authored by: Faraz Moallemi [email protected]
1 parent 88c33ac commit 515f844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ComponentDisplay.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Description:
3535
</div>
3636
<!-- <div class="component-html-info"> -->
3737
<!-- <p>Elements in Component:</p> -->
38-
<p
38+
<!-- <p
3939
class="component-html-info"
4040
v-for="htmlElement in componentMap[componentData.componentName]
4141
.htmlList"
4242
:key="htmlElement"
4343
>
4444
{{ htmlElement.text }}
45-
</p>
45+
</p> -->
4646
<!-- </div> -->
4747
<q-menu context-menu>
4848
<q-list color="black" class="menu">
@@ -487,4 +487,4 @@ export default {
487487
#counter {
488488
margin-top: 20px;
489489
}
490-
</style>
490+
</style>

0 commit comments

Comments
 (0)