1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-06 12:19:08 +01:00
elk/components/common/CommonMetaWrapper.vue

6 lines
113 B
Vue
Raw Normal View History

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