From 793adb0c3d63149f292787f1c5cbf9db06e315c3 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Wed, 11 Aug 2021 16:20:47 +0800 Subject: [PATCH] fix: fix js HelloWorld template --- .../default/src/components/HelloWorld.vue | 29 +++++++++++++++---- playground/jsx/src/components/HelloWorld.vue | 29 +++++++++++++++---- .../src/components/HelloWorld.vue | 29 +++++++++++++++---- playground/vuex/src/components/HelloWorld.vue | 29 +++++++++++++++---- .../with-tests/src/components/HelloWorld.vue | 29 +++++++++++++++---- .../default/src/components/HelloWorld.vue | 29 +++++++++++++++---- 6 files changed, 144 insertions(+), 30 deletions(-) diff --git a/playground/default/src/components/HelloWorld.vue b/playground/default/src/components/HelloWorld.vue index 36a089f1..51f81a8f 100644 --- a/playground/default/src/components/HelloWorld.vue +++ b/playground/default/src/components/HelloWorld.vue @@ -1,17 +1,24 @@