chore(web): clean up unsued props

This commit is contained in:
Zack Spear
2023-10-04 22:20:33 -07:00
committed by Zack Spear
parent d97be1e7aa
commit f99ea0bf16

View File

@@ -45,12 +45,12 @@ onBeforeMount(() => {
<h3 class="text-lg font-semibold font-mono">
UpdateOsCe
</h3>
<UpdateOsCe :restore-version="'6.11.2'" />
<UpdateOsCe :restore-release-date="'2022-10-10'" :restore-version="'6.11.2'" />
<hr class="border-black dark:border-white">
<h3 class="text-lg font-semibold font-mono">
RegistrationCe
</h3>
<RegistrationCe :restore-version="'6.11.2'" />
<RegistrationCe />
<hr class="border-black dark:border-white">
<h3 class="text-lg font-semibold font-mono">
ModalsCe