【问题标题】:Is there a way to add another star to the Element ui ranking component? I want there to be six stars instead of five有没有办法在 Element ui 排名组件中再添加一颗星?我想要六颗星而不是五颗星 【发布时间】:2020-02-13 09:31:44 【问题描述】: 我正在尝试在 Element-ui 排名组件中添加另一颗星,有没有办法做到这一点?我在他们的docs 上找不到任何东西。提前致谢! 【问题讨论】: 标签: laravel element-ui 【解决方案1】: 您可以为此使用max 属性,默认设置为 5 星: 以下代码加6星 <el-rate :max="6"></el-rate> Codepen 【讨论】: