From 522706c728827a1f7902427b8430eedc85a3f8c3 Mon Sep 17 00:00:00 2001 From: Carlos Santiago <5726971+csantiago132@users.noreply.github.com> Date: Sun, 1 Sep 2019 16:39:10 -0500 Subject: [PATCH] component updates: handles when list is empty and handles async loading of list --- .gitignore | 1 + src/App.vue | 12 ++++---- src/At.vue | 68 +++++++++++++++++++++++++++++++--------------- src/AtTemplate.vue | 11 +++++++- 4 files changed, 64 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index 78b3be1..9b56585 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +.idea/ node_modules*/ dist/ npm-debug.log diff --git a/src/App.vue b/src/App.vue index af8e767..ee8cfe8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@