Fixed #6692
parent
f173d8b72e
commit
175f473e84
|
@ -191,8 +191,7 @@ export default {
|
||||||
action: mergeProps(
|
action: mergeProps(
|
||||||
{
|
{
|
||||||
class: this.cx('itemLink'),
|
class: this.cx('itemLink'),
|
||||||
tabindex: -1,
|
tabindex: -1
|
||||||
'aria-hidden': true
|
|
||||||
},
|
},
|
||||||
this.getPTOptions('itemLink', processedItem, index)
|
this.getPTOptions('itemLink', processedItem, index)
|
||||||
),
|
),
|
||||||
|
|
|
@ -56,10 +56,10 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import BaseComponent from '@primevue/core/basecomponent';
|
|
||||||
import { UniqueComponentId } from '@primevue/core/utils';
|
|
||||||
import { find, findSingle } from '@primeuix/utils/dom';
|
import { find, findSingle } from '@primeuix/utils/dom';
|
||||||
import { resolve } from '@primeuix/utils/object';
|
import { resolve } from '@primeuix/utils/object';
|
||||||
|
import BaseComponent from '@primevue/core/basecomponent';
|
||||||
|
import { UniqueComponentId } from '@primevue/core/utils';
|
||||||
import Ripple from 'primevue/ripple';
|
import Ripple from 'primevue/ripple';
|
||||||
import Tooltip from 'primevue/tooltip';
|
import Tooltip from 'primevue/tooltip';
|
||||||
import { mergeProps } from 'vue';
|
import { mergeProps } from 'vue';
|
||||||
|
@ -261,7 +261,6 @@ export default {
|
||||||
action: mergeProps(
|
action: mergeProps(
|
||||||
{
|
{
|
||||||
tabindex: -1,
|
tabindex: -1,
|
||||||
'aria-hidden': true,
|
|
||||||
class: this.cx('itemLink')
|
class: this.cx('itemLink')
|
||||||
},
|
},
|
||||||
this.getPTOptions('itemLink', item, index)
|
this.getPTOptions('itemLink', item, index)
|
||||||
|
|
|
@ -191,8 +191,7 @@ export default {
|
||||||
action: mergeProps(
|
action: mergeProps(
|
||||||
{
|
{
|
||||||
class: this.cx('itemLink'),
|
class: this.cx('itemLink'),
|
||||||
tabindex: -1,
|
tabindex: -1
|
||||||
'aria-hidden': true
|
|
||||||
},
|
},
|
||||||
this.getPTOptions(processedItem, index, 'itemLink')
|
this.getPTOptions(processedItem, index, 'itemLink')
|
||||||
),
|
),
|
||||||
|
|
|
@ -83,8 +83,7 @@ export default {
|
||||||
action: mergeProps(
|
action: mergeProps(
|
||||||
{
|
{
|
||||||
class: this.cx('itemLink'),
|
class: this.cx('itemLink'),
|
||||||
tabindex: '-1',
|
tabindex: '-1'
|
||||||
'aria-hidden': true
|
|
||||||
},
|
},
|
||||||
this.getPTOptions('itemLink')
|
this.getPTOptions('itemLink')
|
||||||
),
|
),
|
||||||
|
|
|
@ -185,8 +185,7 @@ export default {
|
||||||
action: mergeProps(
|
action: mergeProps(
|
||||||
{
|
{
|
||||||
class: this.cx('itemLink'),
|
class: this.cx('itemLink'),
|
||||||
tabindex: -1,
|
tabindex: -1
|
||||||
'aria-hidden': true
|
|
||||||
},
|
},
|
||||||
this.getPTOptions(processedItem, index, 'itemLink')
|
this.getPTOptions(processedItem, index, 'itemLink')
|
||||||
),
|
),
|
||||||
|
|
|
@ -174,8 +174,7 @@ export default {
|
||||||
action: mergeProps(
|
action: mergeProps(
|
||||||
{
|
{
|
||||||
class: this.cx('itemLink'),
|
class: this.cx('itemLink'),
|
||||||
tabindex: -1,
|
tabindex: -1
|
||||||
'aria-hidden': true
|
|
||||||
},
|
},
|
||||||
this.getPTOptions('itemLink', processedItem, index)
|
this.getPTOptions('itemLink', processedItem, index)
|
||||||
),
|
),
|
||||||
|
|
|
@ -189,8 +189,7 @@ export default {
|
||||||
action: mergeProps(
|
action: mergeProps(
|
||||||
{
|
{
|
||||||
class: this.cx('itemLink'),
|
class: this.cx('itemLink'),
|
||||||
tabindex: -1,
|
tabindex: -1
|
||||||
'aria-hidden': true
|
|
||||||
},
|
},
|
||||||
this.getPTOptions(processedItem, index, 'itemLink')
|
this.getPTOptions(processedItem, index, 'itemLink')
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue