This commit is contained in:
mertsincan 2024-02-11 23:48:31 +00:00
parent d77e66415b
commit 23a21c2407
7 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<template>
<div ref="container" :class="cx('root')" role="group" :aria-labelledby="ariaLabelledby" v-bind="ptm('root')">
<div ref="container" :class="cx('root')" role="group" :aria-labelledby="ariaLabelledby" v-bind="ptmi('root')">
<div
v-for="(option, i) of options"
:key="getOptionRenderKey(option)"
@ -33,6 +33,7 @@ import BaseSelectButton from './BaseSelectButton.vue';
export default {
name: 'SelectButton',
extends: BaseSelectButton,
inheritAttrs: false,
emits: ['update:modelValue', 'focus', 'blur', 'change'],
data() {
return {