2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

fix: lint

This commit is contained in:
耗子
2024-11-01 23:07:51 +08:00
parent ff34cc72cc
commit 75c6522453

View File

@@ -28,7 +28,7 @@ const handleSave = () => {
<n-button type="primary" @click="handleSave"> 保存 </n-button>
</n-flex>
</template>
<code-editor ref="editor" :path="file" />
<code-editor ref="editor" :path="file" :read-only="false" />
</n-modal>
</template>