feat:【ele】mp/tag 的代码迁移

This commit is contained in:
YunaiV
2025-10-25 15:18:32 +08:00
parent a3890a120f
commit 0566014501
3 changed files with 1 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ const [Modal, modalApi] = useVbenModal({
</script>
<template>
<Modal class="w-[600px]" :title="getTitle">
<Modal :title="getTitle" class="w-[600px]">
<Form class="mx-4" />
</Modal>
</template>