lint fix
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user