fix: 上一版本导致的无法@

This commit is contained in:
Pang 2024-04-22 10:16:37 +08:00
parent 73261da19b
commit cfdb6e2a93

View File

@ -637,7 +637,7 @@ export default {
// Options // Options
this._options = Object.assign({ this._options = Object.assign({
theme: 'bubble', theme: 'bubble',
formats: ['bold', 'strike', 'italic', 'underline', 'blockquote', 'list', 'link', 'image'], formats: ['bold', 'strike', 'italic', 'underline', 'blockquote', 'list', 'link', 'image', 'mention'],
readOnly: false, readOnly: false,
placeholder: this.placeholder, placeholder: this.placeholder,
modules: { modules: {