mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
14 lines
153 B
Vue
14 lines
153 B
Vue
<template>
|
|
<div
|
|
lg:flex
|
|
gap-32px
|
|
>
|
|
<div
|
|
hidden
|
|
w-full
|
|
/>
|
|
<div w-full>
|
|
<slot />
|
|
</div>
|
|
</div>
|
|
</template>
|