mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5257
This commit is contained in:
parent
dd84dbbb60
commit
a4539ae307
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export default {
|
|||
emits: ['update:modelValue', 'change', 'focus', 'blur'],
|
||||
methods: {
|
||||
getPTOptions(key) {
|
||||
const _ptm = root === 'root' ? this.ptmi : this.ptm;
|
||||
const _ptm = key === 'root' ? this.ptmi : this.ptm;
|
||||
|
||||
return _ptm(key, {
|
||||
context: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue