We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c33ac commit 515f844Copy full SHA for 515f844
src/components/ComponentDisplay.vue
@@ -35,14 +35,14 @@ Description:
35
</div>
36
<!-- <div class="component-html-info"> -->
37
<!-- <p>Elements in Component:</p> -->
38
- <p
+ <!-- <p
39
class="component-html-info"
40
v-for="htmlElement in componentMap[componentData.componentName]
41
.htmlList"
42
:key="htmlElement"
43
>
44
{{ htmlElement.text }}
45
- </p>
+ </p> -->
46
<!-- </div> -->
47
<q-menu context-menu>
48
<q-list color="black" class="menu">
@@ -487,4 +487,4 @@ export default {
487
#counter {
488
margin-top: 20px;
489
}
490
-</style>
+</style>
0 commit comments