TeachingNote

vue element ui select,下拉列表。数据绑定,基本使用

电脑版发表于:2023/7/3 15:25

代码如下:

  1. <el-select v-model="chapterID" style="width:266px">
  2. <el-option
  3. v-for="item in chapterlist"
  4. :key="item.id"
  5. :label="item.title + ' ' + item.titleContent"
  6. :value="item.id"
  7. />
  8. </el-select>
关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
猜你喜欢
      /