Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Add form-control-multi-selection component to FormControl.vue. (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere authored Jan 15, 2024
1 parent 45b5165 commit 6b9f01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/General/FormControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default {
'FormWrapper': () => import(/* webpackPrefetch: true */ '../FormControls/FormWrapper.vue'),
'form-control-input': () => import(/* webpackPrefetch: true */ '../FormControls/Input.vue'),
'form-control-selection': () => import(/* webpackPrefetch: true */ '../FormControls/Selection.vue'),
'form-control-multi-selection': () => import(/* webpackPrefetch: true */ '../FormControls/MultiSelection.vue'),
'form-control-dropdown': () => import(/* webpackPrefetch: true */ '../FormControls/Dropdown.vue'),
'form-control-checkbox': () => import(/* webpackPrefetch: true */ '../FormControls/Checkbox.vue'),
'OverflowMenu': () => import(/* webpackPrefetch: true */ '../OverflowMenu.vue'),
Expand Down

0 comments on commit 6b9f01a

Please sign in to comment.