VUE 单选下拉框Select中动态加载 默认选中第一个

<lable>分类状况</lable> <select v-model="content.tid"> <option v-for="type in types" :value="type.id" :key="type.id"> {{type.name}} </option> </select>      https://www.cnblogs.com/beileixinqing/p/802179
相关文章
相关标签/搜索