Merge branch 'master' into v4

This commit is contained in:
tugcekucukoglu 2024-05-03 09:51:16 +03:00
commit d61c9f5e61
40 changed files with 2703 additions and 120 deletions

View file

@ -161,6 +161,9 @@ export default {
},
containerRef(el) {
this.container = el;
},
listAriaLabel() {
return this.$primevue.config.locale.aria ? this.$primevue.config.locale.aria.listLabel : undefined;
}
},
directives: {