相关文章推荐
坚强的馒头  ·  android - ...·  2 年前    · 
想出家的长颈鹿  ·  Java employee details ...·  2 年前    · 
霸气的麦片  ·  mysql ...·  2 年前    · 
randomRgb() { let R = Math.floor(Math.random() * 255); let G = Math.floor(Math.random() * 255); let B = Math.floor(Math.random() * 255); return "rgb("+ R + "," + G + "," + B + ")";
<el-progress :color="randomRgb()" ></el-progress>