gpt4 book ai didi

php - 如何在 vueJS 中使用 summernote?错误 :summernote is not a function

转载 作者:行者123 更新时间:2023-12-03 06:42:46 33 4
gpt4 key购买 nike

我正在尝试在 vueJS 中使用 summernote。在 Laravel 框架下。在 blade.php 文档中,我设置了一个 id summernot_div:

<input type="text" v-model="articleForChange.article_body" class="form-control" id="summernote_div" placeholder="Article Content">

然后,在相应的 vueJS 文档中,在 created() 方法中:

$('#summernote_div').summernote({
height: 300, // set editor height
minHeight: null, // set minimum height of editor
maxHeight: null, // set maximum height of editor
focus: true // set focus to editable area after initializing summernote
});
console.log(summernote);

但页面只是响应:

Uncaught TypeError: $(...).summernote is not a function.

有什么我想做的事吗?

最佳答案

你应该在 ready 函数而不是 created 中添加 summernote init。作为docs state: DOM 编译还没有开始,$el 属性还不可用。

还要确保你已经包含了 summernote 插件。

关于php - 如何在 vueJS 中使用 summernote?错误 :summernote is not a function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39031080/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com