提交 c502eae8 编写于 作者: sq3536's avatar sq3536

xiugai

上级 bba32953
......@@ -259,7 +259,7 @@ export default class AppFormJson extends Vue {
let opt:any = await _this.getOptions();
this.editor = new JSONEditor(element, _this.getOptions());
this.editor = new JSONEditor(element, opt);
this.editor.on("change", () => {
let value = _this.editor.getValue();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册