mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-01 17:39:03 +08:00
update placeholder example
This commit is contained in:
parent
3924bb765a
commit
35fb23141a
@ -17,7 +17,9 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
extensions: [
|
||||
new PlaceholderExtension(),
|
||||
new PlaceholderExtension({
|
||||
emptyNodeClass: 'is-empty',
|
||||
}),
|
||||
],
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user