fix
This commit is contained in:
@@ -23,7 +23,7 @@ whenever(ctrl_r, () => {})
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<n-config-provider :locale="zhCN" :date-locale="dateZhCN">
|
<n-config-provider :locale="zhCN" :date-locale="dateZhCN">
|
||||||
<n-split direction="horizontal">
|
<n-split :min="0.25" :max="0.75">
|
||||||
<template #1>
|
<template #1>
|
||||||
<Editors />
|
<Editors />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<iframe class="iframe" ref="iframe"></iframe>
|
<div>
|
||||||
|
<iframe class="iframe" ref="iframe"></iframe>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|||||||
Reference in New Issue
Block a user