Skip to content

Commit

Permalink
Merge pull request #314 from zhufengning/master
Browse files Browse the repository at this point in the history
The import should be "wangeditor" instead of "wangEditor"
  • Loading branch information
lin-xin authored Apr 15, 2022
2 parents e82a457 8aeb8b0 commit d28f504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -55,4 55,4 @@ export default {
</script>

<style>
</style>
</style>

0 comments on commit d28f504

Please sign in to comment.