Guest User

Untitled

a guest
Feb 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <v-autocomplete
  2. v-model='route.city'
  3. label='Город'
  4. :items='route.cities'
  5. item-text='name'
  6. item-value='uuid'
  7. @input.native='loadCities'
  8. @change.native='loadCities'
  9. return-object
  10. cache-items
  11. hide-no-data
  12. ></v-autocomplete>
  13.  
  14. this.item.city = 2;
  15.  
  16. this.item.city = '2';
Add Comment
Please, Sign In to add comment