mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
fix: lint
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user