update readme

This commit is contained in:
Philipp Kühn
2018-08-25 17:01:19 +02:00
committed by GitHub
parent eba5906655
commit c0b1127aa1

View File

@@ -254,6 +254,7 @@ export default class IframeNode extends Node {
props: ['node', 'updateAttrs', 'editable'],
data() {
return {
// save the iframe src in a new variable because `this.node.attrs` is immutable
url: this.node.attrs.src,
}
},