Fix linting 'scss/function-no-unknown' for 'v-bind', second try

This commit is contained in:
Wolfgang Huß 2024-03-23 18:21:02 +01:00
parent 3bbfb87347
commit c92ad9fc94

View File

@ -15,7 +15,7 @@ const props = withDefaults(
<style lang="scss">
.svg-color {
// eslint-disable scss/function-no-unknown
// eslint-disable-next-line scss/function-no-unknown
color: v-bind('props.color');
fill: currentcolor;
stroke: currentcolor;