mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update webapp/components/_new/generic/BaseIcon/BaseIcon.vue
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
This commit is contained in:
parent
a158a88044
commit
171d876bfd
@ -13,7 +13,7 @@ export default {
|
||||
type: String,
|
||||
required: true,
|
||||
validator(value) {
|
||||
return iconNames.indexOf(value) !== -1
|
||||
return iconNames.includes(value)
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user