<Select v-model="scoreQuType" style="width:200px">
<Option value="4">
<div slot>NewYork</div>
</Option>
<Option value="shanghai">London</Option>
<Option value="shenzhen">Sydney</Option>
</Select>
data () {
return {
scoreQuType: "4"
}
}
could you tell me how to write slot? This allows the drop-down to be selected, but it is still displayed in Select. Please select it manually. You must select it once manually to
.