根据教程在网页加入了
<script src="https://unpkg.com/vue"></script> <script src="https://unpkg.com/marked@0.3.6"></script> <script src="https://unpkg.com/lodash@4.16.0"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vditor/dist/index.css" /> <script src="https://cdn.jsdelivr.net/npm/vditor/dist/index.min.js"></script>
以及 script 标签里加入
new Vue({ el: '#app', data: { contentEditor: '', }, mounted () { this.contentEditor = new Vditor('vditor', { height: 360, toolbarConfig: { pin: true, }, cache: { enable: false, }, after: () => { this.contentEditor.setValue('hello, Vditor + Vue!') }, }) }, })
在网页上能够正常使用编辑器,但是当我在调试台使用 vditor.getValue();时总是报错 vditor.getValue is not a function
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于