美文网首页
vue3.0 CSS中混入JS变量(vue3 css v-bin

vue3.0 CSS中混入JS变量(vue3 css v-bin

作者: 张中华 | 来源:发表于2022-12-10 22:41 被阅读0次

    使用方式:

    <script>
      const color = ref();
    </script>
    
    <style>
      color: v-bind(color);
    </style>
    

    相关文章

      网友评论

          本文标题:vue3.0 CSS中混入JS变量(vue3 css v-bin

          本文链接:https://www.haomeiwen.com/subject/ixzofdtx.html