reload
This commit is contained in:
@@ -29,10 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</SMForm>
|
</SMForm>
|
||||||
<SMForm
|
<div v-else-if="showForm == 'complete'">
|
||||||
v-else-if="showForm == 'complete'"
|
|
||||||
:model-value="form"
|
|
||||||
@submit="handleSubmit">
|
|
||||||
<div
|
<div
|
||||||
class="max-w-2xl mx-auto border-1 bg-white rounded-xl mt-7xl text-gray-5 px-12 py-8">
|
class="max-w-2xl mx-auto border-1 bg-white rounded-xl mt-7xl text-gray-5 px-12 py-8">
|
||||||
<h3 class="mb-4">Download Requested</h3>
|
<h3 class="mb-4">Download Requested</h3>
|
||||||
@@ -55,7 +52,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</SMForm>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|||||||
Reference in New Issue
Block a user