mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-19 00:58:58 +09:00
7 lines
77 B
Vue
7 lines
77 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<header>misskey</header>
|
||
|
<slot></slot>
|
||
|
</div>
|
||
|
</template>
|