Skip to content

Instantly share code, notes, and snippets.

@llccing
Last active July 19, 2019 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llccing/2d0eb26e345da95a8f2a63dc5d9243e0 to your computer and use it in GitHub Desktop.
Save llccing/2d0eb26e345da95a8f2a63dc5d9243e0 to your computer and use it in GitHub Desktop.

value值如果是数字,那么validate验证时,不能正常识别变化!

<Select placeholder="选择ilo账号" v-model="opGroupForm.iloValue">
  <Option :key="item.id" :label="item.name" :value="`${item.id}`" v-for="item in iloData">
    <strong>{{item.name}}</strong>
    <div class="option-desc">{{item.desc}}</div>
  </Option>
</Select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment