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