vue3中css使用js变量

使用v-bind

 .el-form-item--default .el-form-item__label {
    color: v-bind(backgroundColor);
  }

你可能感兴趣的:(css)