1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-07 17:39:59 +00:00
elk/components/common/CommonMetaWrapper.vue

6 lines
113 B
Vue
Raw Normal View History

<template>
2022-12-11 22:40:40 +00:00
<div flex="~" gap-1 items-center absolute top-0 left-0 py-3 px-4>
<slot />
</div>
</template>