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 5014831 commit 4e00ac7Copy full SHA for 4e00ac7
src/components/Canvas.vue
@@ -44,7 +44,7 @@
44
class="compNoteLogo"
45
@click="handleAddNotes"
46
/>
47
- <!-- Rendering HTML Elements for each Component -->
+ <!-- Rendering HTML Elements for each Component -->
48
<div v-for="element in this.componentMap[componentData.componentName].htmlList" :key="element.id+ new Date()">
49
<div v-if="element.text === 'button'"
50
class="htmlButton"
0 commit comments