Vue3 use v-bind in style tag0xBF·Dec 12, 2021·1 min readStyle <script setup lang="ts"> const color = ref("red) </script> <style scoped> .text { color: v-bind('color') } </style> Vue.js Share this