mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-26 10:56:43 -06:00
7 lines
77 B
Vue
7 lines
77 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<header>misskey</header>
|
||
|
<slot></slot>
|
||
|
</div>
|
||
|
</template>
|