This commit is contained in:
2023-09-29 13:12:44 +10:00
parent afa7ca629c
commit 0fb56133ff

View File

@@ -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">