mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update Steps.vue
This commit is contained in:
parent
5612741f75
commit
01f5ec2337
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default {
|
||||||
mounted() {
|
mounted() {
|
||||||
const firstItem = this.findFirstItem();
|
const firstItem = this.findFirstItem();
|
||||||
|
|
||||||
firstItem.tabIndex = '0';
|
firstItem && (firstItem.tabIndex = '0');
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getPTOptions(key, item, index) {
|
getPTOptions(key, item, index) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue