1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-05 08:29:57 +00:00
elk/components/common/CommonMetaWrapper.vue
2022-12-11 22:40:40 +00:00

6 lines
113 B
Vue

<template>
<div flex="~" gap-1 items-center absolute top-0 left-0 py-3 px-4>
<slot />
</div>
</template>