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 bf0aa29 commit 60447abCopy full SHA for 60447ab
src/components/UploadImage.vue
@@ -35,10 +35,10 @@
35
<q-card>
36
<img :src="[imageExists ? `file:///${imagePath[0]}` : ' ']" />
37
38
- <q-card-section>
+ <!-- <q-card-section>
39
<div class="text-h6 file-header">File Path</div>
40
<div class="text-subtitle2 file-content">{{ imagePath[0] }}</div>
41
- </q-card-section>
+ </q-card-section> -->
42
</q-card>
43
</div>
44
</q-expansion-item>
0 commit comments