From b54a341decbc0d73387c4344a71f8f3b59b9328b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20K=C3=BChn?= Date: Mon, 27 May 2019 08:57:33 +0200 Subject: [PATCH] fix embed example --- examples/Components/Routes/Embeds/Iframe.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Components/Routes/Embeds/Iframe.js b/examples/Components/Routes/Embeds/Iframe.js index 4a81da32d..165e66110 100644 --- a/examples/Components/Routes/Embeds/Iframe.js +++ b/examples/Components/Routes/Embeds/Iframe.js @@ -31,7 +31,7 @@ export default class Iframe extends Node { get view() { return { - props: ['node', 'updateAttrs', 'editable'], + props: ['node', 'updateAttrs', 'view'], computed: { src: { get() { @@ -47,7 +47,7 @@ export default class Iframe extends Node { template: `
- +
`, }