mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix linting 'scss/function-no-unknown' for 'v-bind'
This commit is contained in:
parent
6329118a19
commit
3bbfb87347
@ -15,6 +15,7 @@ const props = withDefaults(
|
||||
|
||||
<style lang="scss">
|
||||
.svg-color {
|
||||
// eslint-disable scss/function-no-unknown
|
||||
color: v-bind('props.color');
|
||||
fill: currentcolor;
|
||||
stroke: currentcolor;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user