Refactor #4196 - For TabMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-24 14:12:43 +03:00
parent 604d695bba
commit 480f10eaf7
2 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ export default {
getPTOptions(key, index) {
return this.ptm(key, {
context: {
order: index
index
}
});
},