Selaa lähdekoodia

Merge branch 'master' of http://192.168.4.246:3000/zhangs/surveyMaker

曹冬冬 5 vuotta sitten
vanhempi
commit
4a86e4f783
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      src/views/h5editor/overview.vue

+ 2 - 3
src/views/h5editor/overview.vue

@@ -109,7 +109,6 @@
 import Page from "./../../components/Page";
 import AppConst from "../../util/appConst";
 import editorApi from "../../api/editor";
-
 export default {
   props: {
     testcaseId: "",
@@ -178,7 +177,7 @@ export default {
     },
     editingLayer() {
       return this.vxEditor["editorElement"];
-    }
+    },
   },
   methods: {
     operationCommand(command, page, index) {
@@ -476,7 +475,7 @@ export default {
       this.$store.dispatch("sortElementsByZindex");
     }
   },
-  components: { Page },
+  components: { Page},
   watch: {
     showTopic: function(val) {
       if (val) {