From 792ae1697e1a3710a6f12eb70a3c81b0318f9515 Mon Sep 17 00:00:00 2001
From: taehoon
Date: Wed, 3 Apr 2019 23:54:14 -0400
Subject: refactor selectable-list using list component
---
src/components/selectable_list/selectable_list.js | 2 ++
1 file changed, 2 insertions(+)
(limited to 'src/components/selectable_list/selectable_list.js')
diff --git a/src/components/selectable_list/selectable_list.js b/src/components/selectable_list/selectable_list.js
index 7a724144..1fdd5a67 100644
--- a/src/components/selectable_list/selectable_list.js
+++ b/src/components/selectable_list/selectable_list.js
@@ -1,7 +1,9 @@
+import List from '../list/list.vue'
import Checkbox from '../checkbox/checkbox.js'
const SelectableList = {
components: {
+ List,
Checkbox
},
props: {
--
cgit v1.2.3-70-g09d2