mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Update webapp/components/_new/generic/BaseIcon/BaseIcon.vue
This commit is contained in:
parent
80aba4c955
commit
a4fd558a88
@ -20,7 +20,7 @@ export default {
|
|||||||
type: String,
|
type: String,
|
||||||
default: 'regular',
|
default: 'regular',
|
||||||
validator(value) {
|
validator(value) {
|
||||||
return value.match(/(small|regular|large)/)
|
return value.match(/^(small|regular|large)$/)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user