From ebc6601944d05e100938b8639150ae174e9b3f52 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 6 Jan 2022 14:41:07 +0800 Subject: [PATCH] workflow: add playground as a submodule --- .gitmodules | 3 +++ playground | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 playground diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..311980cd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "playground"] + path = playground + url = https://github.com/vuejs/create-vue-templates.git diff --git a/playground b/playground new file mode 160000 index 00000000..5ce2ad88 --- /dev/null +++ b/playground @@ -0,0 +1 @@ +Subproject commit 5ce2ad887430f43b53ebec217c206d99c5363e7a -- 2.39.5