mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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() {
|
||||
const firstItem = this.findFirstItem();
|
||||
|
||||
firstItem.tabIndex = '0';
|
||||
firstItem && (firstItem.tabIndex = '0');
|
||||
},
|
||||
methods: {
|
||||
getPTOptions(key, item, index) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue