From 148ea7aa8edc463349d6e162df63f19f24e30c7c Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 4 Sep 2021 11:53:07 +0200 Subject: [PATCH] implement the task with ref --- .../src/App.vue | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/2021-09-04_composition-assignment-1-problem/src/App.vue b/2021-09-04_composition-assignment-1-problem/src/App.vue index 309e0a2..b704868 100644 --- a/2021-09-04_composition-assignment-1-problem/src/App.vue +++ b/2021-09-04_composition-assignment-1-problem/src/App.vue @@ -2,9 +2,9 @@

My Course Goal

-

OUTPUT COURSE GOAL

+

{{ courseGoal }}

- + @@ -13,9 +13,25 @@ \ No newline at end of file +