This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removes field `change` event and `values` prop in favor of a more direct child/parent communication. - Adds `slot` support and `tag` prop allowing for more simple layout customizations.
- Loading branch information
1 parent
0252ba4
commit 193903f
Showing
5 changed files
with
112 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export {default as FieldText} from './Text.vue'; | ||
export {default as FieldTextarea} from './Textarea.vue'; | ||
export {default as FieldRadio} from './Radio.vue'; | ||
export {default as FieldCheckbox} from './Checkbox.vue'; | ||
export {default as FieldSelect} from './Select.vue'; | ||
export {default as FieldRange} from './Range.vue'; | ||
export {default as FieldNumber} from './Number.vue'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters