+
@@ -19,7 +19,7 @@
@@ -44,7 +44,6 @@
const title = ref
();
const value = ref();
-
// 打开
const open = (editorValue: string | any, editorTitle = 'json') => {
title.value = editorTitle;
@@ -62,6 +61,7 @@
const handleClose = () => {
setVisible(false);
};
+