aboutsummaryrefslogtreecommitdiff
path: root/src/components/selectable_list
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-04-06 13:16:26 -0400
committertaehoon <th.dev91@gmail.com>2019-04-17 11:32:49 -0400
commit1144025f30913724dc531e40685d388e39253cab (patch)
tree30a20aac2aaaf2051205be38394a1487a1bd973b /src/components/selectable_list
parent468aec0de1b7e25a66eb9e6ef44cf9787d0c6d86 (diff)
update checkbox importing path
Diffstat (limited to 'src/components/selectable_list')
-rw-r--r--src/components/selectable_list/selectable_list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/selectable_list/selectable_list.js b/src/components/selectable_list/selectable_list.js
index 809133f5..b60399ec 100644
--- a/src/components/selectable_list/selectable_list.js
+++ b/src/components/selectable_list/selectable_list.js
@@ -1,5 +1,5 @@
import List from '../list/list.vue'
-import Checkbox from '../checkbox/checkbox.js'
+import Checkbox from '../checkbox/checkbox.vue'
const SelectableList = {
components: {