mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
fix: 上一版本导致的无法@
This commit is contained in:
parent
73261da19b
commit
cfdb6e2a93
@ -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: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user