1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-22 06:06:48 +01:00
elk/components/common/CommonMetaWrapper.vue
2022-12-06 17:37:58 +01:00

6 lines
113 B
Vue

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