Skip to content

Commit d28f504

Browse files
authored
Merge pull request lin-xin#314 from zhufengning/master
The import should be "wangeditor" instead of "wangEditor"
2 parents e82a457 + 8aeb8b0 commit d28f504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/Editor.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</template>
2222

2323
<script>
24-
import WangEditor from "wangEditor";
24+
import WangEditor from "wangeditor";
2525
import { ref, reactive, onMounted, onBeforeUnmount } from "vue";
2626
export default {
2727
name: "editor",
@@ -55,4 +55,4 @@ export default {
5555
</script>
5656

5757
<style>
58-
</style>
58+
</style>

0 commit comments

Comments
 (0)