update placeholder example
This commit is contained in:
@@ -17,7 +17,9 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
extensions: [
|
||||
new PlaceholderExtension(),
|
||||
new PlaceholderExtension({
|
||||
emptyNodeClass: 'is-empty',
|
||||
}),
|
||||
],
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user