mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 08:29:57 +00:00
6 lines
113 B
Vue
6 lines
113 B
Vue
<template>
|
|
<div flex="~" gap-1 items-center absolute top-0 left-0 py-3 px-4>
|
|
<slot />
|
|
</div>
|
|
</template>
|