mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
parent
7933b927f5
commit
f93e2be93d
17 changed files with 79 additions and 34 deletions
|
@ -1,7 +1,13 @@
|
|||
<template>
|
||||
<div :class="containerClass" :style="style">
|
||||
<slot>
|
||||
<PVSButton type="button" class="p-splitbutton-defaultbutton" :icon="icon" :label="label" :disabled="disabled" :aria-label="label" @click="onDefaultButtonClick" v-bind="buttonProps" />
|
||||
<PVSButton type="button" class="p-splitbutton-defaultbutton" :label="label" :disabled="disabled" :aria-label="label" @click="onDefaultButtonClick" v-bind="buttonProps">
|
||||
<template #icon>
|
||||
<slot name="icon">
|
||||
<span :class="icon" />
|
||||
</slot>
|
||||
</template>
|
||||
</PVSButton>
|
||||
</slot>
|
||||
<PVSButton
|
||||
ref="button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue