使用方式:

<script>
  const color = ref();
</script>

<style>
  color: v-bind(color);
</style>




vue3.0 CSS中混入JS变量(vue3 css v-bind)_javascript