elk/components/common/CommonMetaWrapper.vue
2022-12-13 15:56:00 +01:00

6 lines
81 B
Vue

<template>
<div flex="~" gap-1 items-center>
<slot />
</div>
</template>