diff --git a/components/link-button.vue b/components/link-button.vue index da47ea1..cdf3a2a 100644 --- a/components/link-button.vue +++ b/components/link-button.vue @@ -48,7 +48,7 @@ export default { const mergedClassGroups = { ...defaultClassGroups, - ...this.inputClassGroups + ...this.classGroups } if (this.isFocused) {