学无先后,达者为师

网站首页 Vue 正文

vue-quill-editor 获取无法获取光标位置

作者:沉、睡 更新时间: 2022-02-01 Vue

vue-quill-editor 获取无法获取光标位置

网上说富文本编辑器里没有内容输入,获取到的位置是null。

使用代码为:

this.$refs.myQuillEditor.quill.index;

使用上边的代码,实际使用过程中,输入内容之后,依然获取不到光标位置

所以我使用的是下面代码

this.$refs.editer.quill.selection.savedRange.index

原文链接:https://blog.csdn.net/zz975896590/article/details/119991163

栏目分类
最近更新