From 883aa18ebb68a4d6a590c37cf20083f91834ad10 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 30 Jun 2022 17:05:13 +0800 Subject: [PATCH] chore: add submodule --- .gitmodules | 4 ++++ playground | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 playground diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..9baa58c5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "playground"] + path = playground + url = https://github.com/vuejs/create-vue-templates.git + branch = v2 diff --git a/playground b/playground new file mode 160000 index 00000000..31709694 --- /dev/null +++ b/playground @@ -0,0 +1 @@ +Subproject commit 317096945be6578a22b0673a1631e3e9f8a0a552 -- 2.47.3