diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-06 13:16:26 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-17 11:32:49 -0400 |
| commit | 1144025f30913724dc531e40685d388e39253cab (patch) | |
| tree | 30a20aac2aaaf2051205be38394a1487a1bd973b /src/components/selectable_list/selectable_list.js | |
| parent | 468aec0de1b7e25a66eb9e6ef44cf9787d0c6d86 (diff) | |
update checkbox importing path
Diffstat (limited to 'src/components/selectable_list/selectable_list.js')
| -rw-r--r-- | src/components/selectable_list/selectable_list.js | 2 |
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: { |
