@mixd-id/web-scaffold 0.1.240411090 → 0.1.240411091
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -98,6 +98,12 @@
|
|
|
98
98
|
</svg>
|
|
99
99
|
</Button>
|
|
100
100
|
</div>
|
|
101
|
+
|
|
102
|
+
<div v-if="importData.result.downloadUrl" class="mt-3">
|
|
103
|
+
<Ahref variant="minimal" class="text-primary" :href="importData.result.downloadUrl" target="_blank" download>
|
|
104
|
+
Download
|
|
105
|
+
</Ahref>
|
|
106
|
+
</div>
|
|
101
107
|
</div>
|
|
102
108
|
</div>
|
|
103
109
|
|