diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-13 14:30:12 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-20 13:30:30 -0500 |
| commit | 94e6de11b7f9aebbc0130c836f334921fc70ae81 (patch) | |
| tree | 0aae54395e64f04ed96125bedf5095cf426f9dea /src/components/user_list/user_list.vue | |
| parent | a817cc7cb464d804ccd8af2bbe22e9b738959a3a (diff) | |
Add withList hoc and remove UserList component
Diffstat (limited to 'src/components/user_list/user_list.vue')
| -rw-r--r-- | src/components/user_list/user_list.vue | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/user_list/user_list.vue b/src/components/user_list/user_list.vue deleted file mode 100644 index 242c04fc..00000000 --- a/src/components/user_list/user_list.vue +++ /dev/null @@ -1,11 +0,0 @@ -<template functional> - <div class="user-list"> - <basic-user-card - v-for="entry in entries" - :key="entry.id" - :user="entry" - /> - </div> -</template> - -<script src="./user_list.js"></script>
\ No newline at end of file |
