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

This commit is contained in:
Wolfgang Huß 2024-03-23 18:13:07 +01:00
parent 6329118a19
commit 3bbfb87347

View File

@ -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;