update placeholder example

This commit is contained in:
Philipp Kühn 2018-09-06 23:01:52 +02:00
parent 3924bb765a
commit 35fb23141a

View File

@ -17,7 +17,9 @@ export default {
data() {
return {
extensions: [
new PlaceholderExtension(),
new PlaceholderExtension({
emptyNodeClass: 'is-empty',
}),
],
}
},