From 305d6c56744b65791a117fb227a328b4c34182f0 Mon Sep 17 00:00:00 2001 From: Erin Date: Wed, 24 Jul 2019 21:04:40 -0500 Subject: [PATCH] Early working version of table components --- components/TableHead.vue | 128 +++++++++++++++++++++++++++++++++++++ components/TableRow.vue | 133 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 261 insertions(+) create mode 100644 components/TableHead.vue create mode 100644 components/TableRow.vue diff --git a/components/TableHead.vue b/components/TableHead.vue new file mode 100644 index 0000000..aff3ed2 --- /dev/null +++ b/components/TableHead.vue @@ -0,0 +1,128 @@ + + + + + + diff --git a/components/TableRow.vue b/components/TableRow.vue new file mode 100644 index 0000000..a4264ba --- /dev/null +++ b/components/TableRow.vue @@ -0,0 +1,133 @@ + + + + + +