mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #5257
This commit is contained in:
parent
23a21c2407
commit
bcb1b6eb8d
7 changed files with 14 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="cx('root')" v-bind="ptm('root')">
|
||||
<div :class="cx('root')" v-bind="ptmi('root')">
|
||||
<ul ref="nav" :class="cx('menu')" role="menubar" :aria-labelledby="ariaLabelledby" :aria-label="ariaLabel" v-bind="ptm('menu')">
|
||||
<template v-for="(item, i) of model" :key="label(item) + '_' + i.toString()">
|
||||
<li
|
||||
|
@ -37,6 +37,7 @@ import BaseTabMenu from './BaseTabMenu.vue';
|
|||
export default {
|
||||
name: 'TabMenu',
|
||||
extends: BaseTabMenu,
|
||||
inheritAttrs: false,
|
||||
emits: ['update:activeIndex', 'tab-change'],
|
||||
timeout: null,
|
||||
data() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue