From 326bbc8d3e42e2bac07301ac5c5ffcf99775e86a Mon Sep 17 00:00:00 2001 From: tianea Date: Fri, 26 Aug 2022 11:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/components/oauth.vue | 25 +++++++++++++++++++++++++ front/src/components/oauth.vue | 22 ++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 backend/src/components/oauth.vue create mode 100644 front/src/components/oauth.vue diff --git a/backend/src/components/oauth.vue b/backend/src/components/oauth.vue new file mode 100644 index 0000000..780d865 --- /dev/null +++ b/backend/src/components/oauth.vue @@ -0,0 +1,25 @@ + + \ No newline at end of file diff --git a/front/src/components/oauth.vue b/front/src/components/oauth.vue new file mode 100644 index 0000000..8cc071f --- /dev/null +++ b/front/src/components/oauth.vue @@ -0,0 +1,22 @@ + + \ No newline at end of file