mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Fix link button class groups
This commit is contained in:
parent
59f8279a0d
commit
49411a4158
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export default {
|
||||||
|
|
||||||
const mergedClassGroups = {
|
const mergedClassGroups = {
|
||||||
...defaultClassGroups,
|
...defaultClassGroups,
|
||||||
...this.inputClassGroups
|
...this.classGroups
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.isFocused) {
|
if (this.isFocused) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue