有没有办法在 Element ui 排名组件中添加另一颗星?我想要六颗星而不是五颗星
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 排名组件添加另一颗星,有没有办法做到这一点?我没能在他们的 docs 上找到任何东西。提前致谢!
您可以为此使用 max
属性,默认设置为 5 星:
下面的代码加了 6 颗星
<el-rate :max="6"></el-rate>
我正在尝试向 Element-ui 排名组件添加另一颗星,有没有办法做到这一点?我没能在他们的 docs 上找到任何东西。提前致谢!
您可以为此使用 max
属性,默认设置为 5 星:
下面的代码加了 6 颗星
<el-rate :max="6"></el-rate>