elk/components/common/CommonMetaWrapper.vue

6 lines
81 B
Vue
Raw Normal View History

<template>
2022-12-13 14:56:00 +00:00
<div flex="~" gap-1 items-center>
<slot />
</div>
</template>