【问题标题】: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

    【讨论】:

      猜你喜欢
      • 2011-04-20
      • 2021-10-15
      • 1970-01-01
      • 2015-05-23
      • 1970-01-01
      • 1970-01-01
      • 2011-01-11
      • 2022-12-04
      • 2016-10-05
      相关资源
      最近更新 更多