美文网首页
Expected String with value "", g

Expected String with value "", g

作者: jeanzy | 来源:发表于2020-03-25 23:51 被阅读0次

需要的是sring 传过来的是 number

只要把number改为String即可

 <el-submenu :index="change(item.id)" @click.native="enter(item.id)">
        <template slot="title">{{item.name}} </template>
    </el-submenu>
 change(item){
      return item.toString();
 }

相关文章

网友评论

      本文标题:Expected String with value "", g

      本文链接:https://www.haomeiwen.com/subject/gmgfuhtx.html