mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +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')" role="tablist" v-bind="ptm('root')">
|
||||
<div :class="cx('root')" role="tablist" v-bind="ptmi('root')">
|
||||
<div :class="cx('navContainer')" v-bind="ptm('navContainer')">
|
||||
<button
|
||||
v-if="scrollable && !isPrevButtonDisabled"
|
||||
|
@ -102,6 +102,7 @@ import BaseTabView from './BaseTabView.vue';
|
|||
export default {
|
||||
name: 'TabView',
|
||||
extends: BaseTabView,
|
||||
inheritAttrs: false,
|
||||
emits: ['update:activeIndex', 'tab-change', 'tab-click'],
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue