Преглед изворни кода

Merge pull request #314 from zhufengning/master

The import should be "wangeditor" instead of "wangEditor"
林鑫 пре 4 година
родитељ
комит
d28f504a80
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/Editor.vue

+ 2 - 2
src/views/Editor.vue

@@ -21,7 +21,7 @@
 </template>
 
 <script>
-import WangEditor from "wangEditor";
+import WangEditor from "wangeditor";
 import { ref, reactive, onMounted, onBeforeUnmount } from "vue";
 export default {
     name: "editor",
@@ -55,4 +55,4 @@ export default {
 </script>
 
 <style>
-</style>
+</style>