1
0

fix: set vue-ignore

This commit is contained in:
kolaente
2023-06-20 15:22:19 +02:00
parent 6651adf6de
commit b6cd424aa3
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ import BaseButton, {type BaseButtonProps} from '@/components/base/BaseButton.vue
import type { IconProp } from '@fortawesome/fontawesome-svg-core'
// extending the props of the BaseButton
export interface ButtonProps extends BaseButtonProps {
export interface ButtonProps extends /* @vue-ignore */ BaseButtonProps {
variant?: ButtonTypes
icon?: IconProp
iconColor?: string