The import should be "wangeditor" instead of "wangEditor"
@@ -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>