Dock data-pc-name added

pull/4011/head
Tuğçe Küçükoğlu 2023-05-30 16:03:35 +03:00
parent b8750a755e
commit 453a470b66
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div :class="cx('root')" :style="style" v-bind="ptm('root')">
<div :class="cx('root')" :style="style" v-bind="ptm('root')" data-pc-name="dock">
<DockSub :model="model" :templates="$slots" :exact="exact" :tooltipOptions="tooltipOptions" :position="position" :menuId="menuId" :aria-label="ariaLabel" :aria-labelledby="ariaLabelledby" :tabindex="tabindex" :pt="pt"></DockSub>
</div>
</template>