From 09c8d4c357eabd030a1311fb3942f5ccb3c96877 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 7 Feb 2021 11:17:58 +0100 Subject: [PATCH] lesson 113: remove the template tags only allowed when the content for the slot only goes to the default slot. --- 2021-02-06 cmp-adv-01-starting-setup/src/App.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/2021-02-06 cmp-adv-01-starting-setup/src/App.vue b/2021-02-06 cmp-adv-01-starting-setup/src/App.vue index 93efbfe..f7ee977 100644 --- a/2021-02-06 cmp-adv-01-starting-setup/src/App.vue +++ b/2021-02-06 cmp-adv-01-starting-setup/src/App.vue @@ -7,10 +7,8 @@ :info-text="activeUser.description" :role="activeUser.role" > - - + +

{{ slotProps.item }}