fix(接口定义): 脚本断言编辑保存后无法再次编辑

This commit is contained in:
wxg0103 2021-11-24 10:50:36 +08:00 committed by 刘瑞斌
parent 9d37740ff1
commit dd7f4d8140
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<editor v-model="formatData" :lang="mode" @init="editorInit" :theme="theme" :height="height"/>
<editor v-model="formatData" :lang="mode" @init="editorInit" :theme="theme" :height="height" :key="readOnly"/>
</template>
<script>