mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
12 lines
148 B
Vue
12 lines
148 B
Vue
<template>
|
|
<div class="n-documentation">
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
|
|
<style>
|
|
.n-documentation {
|
|
padding: 24px 24px 24px 48px;
|
|
}
|
|
</style>
|