From 7f56bd873b7391350d0379f497d0d0881486f867 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 5 Mar 2022 13:07:21 +1100 Subject: Separate some of TileTree.vue into Tile.vue --- src/App.vue | 34 +------------ src/components/Tile.vue | 72 +++++++++++++++++++++++++++ src/components/TileTree.vue | 119 ++++++++++++++++---------------------------- 3 files changed, 116 insertions(+), 109 deletions(-) create mode 100644 src/components/Tile.vue (limited to 'src') diff --git a/src/App.vue b/src/App.vue index 5c33543..3e95082 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,36 +1,6 @@ diff --git a/src/components/Tile.vue b/src/components/Tile.vue new file mode 100644 index 0000000..f5835c1 --- /dev/null +++ b/src/components/Tile.vue @@ -0,0 +1,72 @@ + + + + diff --git a/src/components/TileTree.vue b/src/components/TileTree.vue index d0c674e..9421052 100644 --- a/src/components/TileTree.vue +++ b/src/components/TileTree.vue @@ -1,101 +1,66 @@ -- cgit v1.2.3