Skip to content

Commit

Permalink
feat(usePrimeInputs): add Button
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 3, 2024
1 parent 10cd286 commit cd5b2e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/composables/usePrimeInputs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import AutoComplete from 'primevue/autocomplete'
import Button from 'primevue/button'
import CascadeSelect from 'primevue/cascadeselect'
import Checkbox from 'primevue/checkbox'
import Chip from 'primevue/chip'
Expand Down Expand Up @@ -26,6 +27,7 @@ import TreeSelect from 'primevue/treeselect'
export function usePrimeInputs() {
function registerInputs(app: any) {
app.component('AutoComplete', AutoComplete)
app.component('Button', Button)
app.component('CascadeSelect', CascadeSelect)
app.component('Checkbox', Checkbox)
app.component('Chip', Chip)
Expand Down

0 comments on commit cd5b2e9

Please sign in to comment.