From bf8118711f620755c7be0e80cbfe9146ac8f7f08 Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Tue, 16 Nov 2021 02:37:44 -0800 Subject: [PATCH] Calendar Table and data fetching Related to Issue #38 --- components/calendar/view/Row.vue | 29 +++++++++ components/calendar/view/View.vue | 101 +++++++++++++++++++++++++++++- 2 files changed, 129 insertions(+), 1 deletion(-) create mode 100644 components/calendar/view/Row.vue diff --git a/components/calendar/view/Row.vue b/components/calendar/view/Row.vue new file mode 100644 index 00000000..baa16966 --- /dev/null +++ b/components/calendar/view/Row.vue @@ -0,0 +1,29 @@ + + + diff --git a/components/calendar/view/View.vue b/components/calendar/view/View.vue index 4f269160..ff044bad 100644 --- a/components/calendar/view/View.vue +++ b/components/calendar/view/View.vue @@ -1,5 +1,104 @@ + + + +