From 66b1e070d6597c5ad8601233857723d7c6356681 Mon Sep 17 00:00:00 2001 From: busti Date: Thu, 14 Nov 2019 04:37:35 +0100 Subject: [PATCH] create basic table component --- src/App.vue | 83 ++-------------------------------------- src/components/Table.vue | 23 +++++++++++ 2 files changed, 27 insertions(+), 79 deletions(-) create mode 100644 src/components/Table.vue diff --git a/src/App.vue b/src/App.vue index 3162373..cbd4a7c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,94 +2,19 @@
-
- -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#FirstLastHandleButtons
1MarkOtto@mdo -
- - - -
-
2JacobThornton@fat -
- - - -
-
3Larrythe Bird@twitter -
- - - -
-
+ diff --git a/src/components/Table.vue b/src/components/Table.vue new file mode 100644 index 0000000..b957484 --- /dev/null +++ b/src/components/Table.vue @@ -0,0 +1,23 @@ + + + \ No newline at end of file