This commit is contained in:
2025-02-24 19:09:19 +08:00
parent 010b05db38
commit 7957a717e3
2 changed files with 4 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ whenever(ctrl_r, () => {})
<template>
<n-config-provider :locale="zhCN" :date-locale="dateZhCN">
<n-split direction="horizontal">
<n-split :min="0.25" :max="0.75">
<template #1>
<Editors />
</template>

View File

@@ -1,5 +1,7 @@
<template>
<div>
<iframe class="iframe" ref="iframe"></iframe>
</div>
</template>
<script lang="ts" setup>