按照demo,给出的是单独的js,想应该是在html页面里面,直接使用的。
但是在vue中,直接import,是无效的
<template lang="html">
<div class="editor">
<div ref="toolbar" class="toolbar">
</div>
<div ref="editor" class="text">
</div>
</div>
</template>
<script>
import {myfun} from '@/components/wangEditor/wangEditor-fullscreen-plugin.js'
import '@/components/wangEditor/wangEditor-fullscreen-plugin.css'
甚至Vue整个都出错了。
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…