mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Pass unstyled mode
This commit is contained in:
parent
951026c298
commit
b459bdcce4
1 changed files with 13 additions and 1 deletions
|
@ -1,6 +1,18 @@
|
|||
<template>
|
||||
<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>
|
||||
<DockSub
|
||||
:model="model"
|
||||
:templates="$slots"
|
||||
:exact="exact"
|
||||
:tooltipOptions="tooltipOptions"
|
||||
:position="position"
|
||||
:menuId="menuId"
|
||||
:aria-label="ariaLabel"
|
||||
:aria-labelledby="ariaLabelledby"
|
||||
:tabindex="tabindex"
|
||||
:pt="pt"
|
||||
:unstyled="unstyled"
|
||||
></DockSub>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue