mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #5257
This commit is contained in:
parent
a9164bdbde
commit
dd84dbbb60
33 changed files with 82 additions and 44 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="containerClass" :style="style" v-bind="ptm('root')" :data-pc-severity="severity">
|
||||
<div :class="containerClass" :style="style" v-bind="ptmi('root')" :data-p-severity="severity">
|
||||
<PVSButton
|
||||
type="button"
|
||||
:class="cx('button')"
|
||||
|
@ -69,6 +69,7 @@ import BaseSplitButton from './BaseSplitButton.vue';
|
|||
export default {
|
||||
name: 'SplitButton',
|
||||
extends: BaseSplitButton,
|
||||
inheritAttrs: false,
|
||||
emits: ['click'],
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue