diff --git a/examples/Components/Routes/Embeds/Iframe.js b/examples/Components/Routes/Embeds/Iframe.js index 35a5d452..f845291e 100644 --- a/examples/Components/Routes/Embeds/Iframe.js +++ b/examples/Components/Routes/Embeds/Iframe.js @@ -46,7 +46,7 @@ export default class IframeNode extends Node { this.url = event.target.value this.updateAttrs({ - url: this.url, + src: this.url, }) }, },