mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Remove unnecessary data-pc-section
This commit is contained in:
parent
daaec94637
commit
e34f3a1946
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
<template>
|
||||
<div :class="cx('root')" role="toolbar" :aria-labelledby="ariaLabelledby" v-bind="ptm('root')" data-pc-name="toolbar">
|
||||
<div :class="cx('start')" data-pc-section="start" v-bind="ptm('start')">
|
||||
<div :class="cx('start')" v-bind="ptm('start')">
|
||||
<slot name="start"></slot>
|
||||
</div>
|
||||
<div :class="cx('center')" data-pc-section="center" v-bind="ptm('center')">
|
||||
<div :class="cx('center')" v-bind="ptm('center')">
|
||||
<slot name="center"></slot>
|
||||
</div>
|
||||
<div :class="cx('end')" data-pc-section="end" v-bind="ptm('end')">
|
||||
<div :class="cx('end')" v-bind="ptm('end')">
|
||||
<slot name="end"></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue