Эх сурвалжийг харах

The import should be "wangeditor" instead of "wangEditor"

error when starting dev server:
```
Error: The following dependencies are imported but could not be resolved:

  wangEditor (imported by /home/zfn/vue-manage-system/src/views/Editor.vue)

Are they installed?
```
zhufengning 4 жил өмнө
parent
commit
8aeb8b006e
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>