Update GlobalDoc.vue

pull/4186/head
Tuğçe Küçükoğlu 2023-07-10 15:36:17 +03:00
parent fba22efbb9
commit a77f9d483f
1 changed files with 2 additions and 2 deletions

View File

@ -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' } }
}
}
});`