From 94c68393cf7e586c834170e8445c32b9b44a22d7 Mon Sep 17 00:00:00 2001 From: Muhammad Iqbal Rifai Date: Wed, 4 Jul 2018 19:14:29 +0200 Subject: [PATCH] Upload files to 'client/src/components' --- client/src/components/Auth.vue | 33 +++++++ client/src/components/AuthSuccess.vue | 38 ++++++++ client/src/components/Home.vue | 45 ++++++++++ client/src/components/InfoSerie.vue | 76 ++++++++++++++++ client/src/components/Series.vue | 120 ++++++++++++++++++++++++++ 5 files changed, 312 insertions(+) create mode 100644 client/src/components/Auth.vue create mode 100644 client/src/components/AuthSuccess.vue create mode 100644 client/src/components/Home.vue create mode 100644 client/src/components/InfoSerie.vue create mode 100644 client/src/components/Series.vue diff --git a/client/src/components/Auth.vue b/client/src/components/Auth.vue new file mode 100644 index 0000000..e4d1333 --- /dev/null +++ b/client/src/components/Auth.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/client/src/components/AuthSuccess.vue b/client/src/components/AuthSuccess.vue new file mode 100644 index 0000000..bae7d0e --- /dev/null +++ b/client/src/components/AuthSuccess.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/client/src/components/Home.vue b/client/src/components/Home.vue new file mode 100644 index 0000000..f3a3e08 --- /dev/null +++ b/client/src/components/Home.vue @@ -0,0 +1,45 @@ + + + + + + diff --git a/client/src/components/InfoSerie.vue b/client/src/components/InfoSerie.vue new file mode 100644 index 0000000..3b0c7a7 --- /dev/null +++ b/client/src/components/InfoSerie.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/client/src/components/Series.vue b/client/src/components/Series.vue new file mode 100644 index 0000000..1d39429 --- /dev/null +++ b/client/src/components/Series.vue @@ -0,0 +1,120 @@ + + + + + +