This commit is contained in:
2025-07-30 18:45:57 +08:00
parent af7c50ecf4
commit 74559651d7
4 changed files with 10 additions and 11 deletions

View File

@@ -10,7 +10,10 @@
v-for="(slot, i) in $slots.default?.() ?? []"
:key="i"
>
<component :is="slot" :in-stack="true" />
<component
:is="slot"
:in-stack="true"
/>
</div>
</ECard>
</template>