mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-17 15:37:30 -07:00
7 lines
77 B
Vue
7 lines
77 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<header>misskey</header>
|
||
|
<slot></slot>
|
||
|
</div>
|
||
|
</template>
|