mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-24 09:02:10 +08:00
10 lines
218 B
Vue
10 lines
218 B
Vue
<template>
|
|
<div class="tdesign-scrollbar" style="overflow: hidden; height: 100%">
|
|
<div style="overflow: auto; height: 100%">
|
|
<slot></slot>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|