Update PTDoc.vue

pull/4186/head
Tuğçe Küçükoğlu 2023-07-10 15:34:02 +03:00
parent e8377123fc
commit b3468cd25e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const app = createApp(App);
app.use(PrimeVue, {
pt: {
slider: {
handle: { className: 'bg-primary' }
handle: { class: 'bg-primary' }
}
}
});`