mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Typo fix
This commit is contained in:
parent
50da6cf0ea
commit
16fdf8fb17
4 changed files with 10 additions and 20 deletions
|
@ -470,7 +470,7 @@ export default {
|
|||
self,
|
||||
globalPT,
|
||||
key !== 'transition' && {
|
||||
...(key === 'root' && this.$.type.name === this.$options.hostName && { [`${datasetPrefix}name`]: ObjectUtils.toFlatCase(this.$.type.name) }),
|
||||
...(key === 'root' && { [`${datasetPrefix}name`]: ObjectUtils.toFlatCase(this.$.type.name) }),
|
||||
[`${datasetPrefix}section`]: ObjectUtils.toFlatCase(key)
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue