mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
7 lines
105 B
Vue
7 lines
105 B
Vue
<template>
|
|
<div>
|
|
<Separator icon="book-open" />
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|