mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
6 lines
86 B
Vue
6 lines
86 B
Vue
<template>
|
|
<div h-full w-full>
|
|
<Navigation />
|
|
<slot />
|
|
</div>
|
|
</template>
|