Skip to content

Commit

Permalink
Update GlobalDoc.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jul 10, 2023
1 parent fba22ef commit a77f9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/passthrough/GlobalDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ const app = createApp(App);
app.use(PrimeVue, {
pt: {
panel: {
header: { className: 'bg-primary' }
header: { class: 'bg-primary' }
},
autocomplete: {
input: { root: { className: 'w-16rem' } }
input: { root: { class: 'w-16rem' } }
}
}
});`
Expand Down

0 comments on commit a77f9d4

Please sign in to comment.