Merge pull request #314 from zhufengning/master

The import should be "wangeditor" instead of "wangEditor"
pull/297/merge
林鑫 2022-04-15 18:53:56 +08:00 committed by GitHub
commit d28f504a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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