From b1a4fda2e156ae2989a27885ad0209d3272fb0d6 Mon Sep 17 00:00:00 2001 From: shangbin Date: Tue, 22 Mar 2022 15:34:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E7=9B=B4?= =?UTF-8?q?=E4=BB=A5=E6=9D=A5=E7=9A=84=E7=94=9F=E5=91=BD=E5=91=A8=E6=9C=9F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components-v2/ToolsBar.vue | 2 +- src/components-v2/VCC.vue | 2 +- src/components/Code.vue | 2 +- src/components/CodeStructure.vue | 2 +- src/components/JSCodeEditorDialog.vue | 2 +- src/components/VueCodeParseDialog.vue | 2 +- src/libs/bundle-core-esm.js | 2 +- src/rawComponents/antd/button.vue | 2 +- src/rawComponents/antd/index.vue | 2 +- src/rawComponents/quasar/base.vue | 2 +- src/rawComponents/quasar/button.vue | 2 +- src/rawComponents/quasar/index.vue | 2 +- src/test/compileVueOnline.vue | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components-v2/ToolsBar.vue b/src/components-v2/ToolsBar.vue index dc89f5e..fe37cb9 100644 --- a/src/components-v2/ToolsBar.vue +++ b/src/components-v2/ToolsBar.vue @@ -65,7 +65,7 @@ export default { mounted() { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { // 在此自动生成 request() { diff --git a/src/components-v2/VCC.vue b/src/components-v2/VCC.vue index 44109ef..7d90691 100644 --- a/src/components-v2/VCC.vue +++ b/src/components-v2/VCC.vue @@ -152,7 +152,7 @@ export default { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { convertLogicCode(JSCode) { try { diff --git a/src/components/Code.vue b/src/components/Code.vue index c3fb989..e93e2db 100644 --- a/src/components/Code.vue +++ b/src/components/Code.vue @@ -89,7 +89,7 @@ export default { mounted() { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { release() { this.loading = true; diff --git a/src/components/CodeStructure.vue b/src/components/CodeStructure.vue index 7ca7de7..42cd5d1 100644 --- a/src/components/CodeStructure.vue +++ b/src/components/CodeStructure.vue @@ -55,7 +55,7 @@ export default { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { onNodeClick(nodeInfo) { diff --git a/src/components/JSCodeEditorDialog.vue b/src/components/JSCodeEditorDialog.vue index e2e71ef..d146cf6 100644 --- a/src/components/JSCodeEditorDialog.vue +++ b/src/components/JSCodeEditorDialog.vue @@ -79,7 +79,7 @@ export default { mounted() { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { updateLogicCode(newCode) { if (newCode) { diff --git a/src/components/VueCodeParseDialog.vue b/src/components/VueCodeParseDialog.vue index 0636704..00e5881 100644 --- a/src/components/VueCodeParseDialog.vue +++ b/src/components/VueCodeParseDialog.vue @@ -42,7 +42,7 @@ export default { mounted() { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { handleClose() { this.$emit("update:vueDialogVisible", false); diff --git a/src/libs/bundle-core-esm.js b/src/libs/bundle-core-esm.js index 784c93d..8b3462c 100644 --- a/src/libs/bundle-core-esm.js +++ b/src/libs/bundle-core-esm.js @@ -414,7 +414,7 @@ const scriptTemplate = `{ mounted() {}, beforeUpdate() {}, updated() {}, - destoryed() {}, + destroyed() {}, methods: { request() { }, diff --git a/src/rawComponents/antd/button.vue b/src/rawComponents/antd/button.vue index 2f1eb85..43d9a79 100644 --- a/src/rawComponents/antd/button.vue +++ b/src/rawComponents/antd/button.vue @@ -39,7 +39,7 @@ export default { mounted() { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { request() { }, onButtonClick() { }, diff --git a/src/rawComponents/antd/index.vue b/src/rawComponents/antd/index.vue index 89deaca..bc66d2b 100644 --- a/src/rawComponents/antd/index.vue +++ b/src/rawComponents/antd/index.vue @@ -30,7 +30,7 @@ export default { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { request() { }, onButtonClick() { }, diff --git a/src/rawComponents/quasar/base.vue b/src/rawComponents/quasar/base.vue index fc34d74..0494ffd 100644 --- a/src/rawComponents/quasar/base.vue +++ b/src/rawComponents/quasar/base.vue @@ -36,7 +36,7 @@ export default { mounted() { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { // 在此自动生成 request() { diff --git a/src/rawComponents/quasar/button.vue b/src/rawComponents/quasar/button.vue index 15643e3..ed044a7 100644 --- a/src/rawComponents/quasar/button.vue +++ b/src/rawComponents/quasar/button.vue @@ -58,7 +58,7 @@ export default { mounted() { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { // 在此自动生成 request() { diff --git a/src/rawComponents/quasar/index.vue b/src/rawComponents/quasar/index.vue index ad0864a..a7d17ce 100644 --- a/src/rawComponents/quasar/index.vue +++ b/src/rawComponents/quasar/index.vue @@ -22,7 +22,7 @@ export default { mounted() { }, beforeUpdate() { }, updated() { }, - destoryed() { }, + destroyed() { }, methods: { // 在此自动生成 request() { diff --git a/src/test/compileVueOnline.vue b/src/test/compileVueOnline.vue index c14f181..49740a7 100644 --- a/src/test/compileVueOnline.vue +++ b/src/test/compileVueOnline.vue @@ -36,7 +36,7 @@ export default { }, beforeUpdate: () => { }, updated: () => { }, - destoryed: () => { }, + destroyed: () => { }, methods: { async compile() { const obj = await html2Json(this.code);