Guest User

Untitled

a guest
Jan 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. vue
  2.  
  3. <a class="mui-control-item"
  4. v-for="(item, index) in dai" v-on:click ="abc(item)" :href="'#item'+(index+1)+ 'mobile;' +'javascript:void(0)'"
  5. :key="index"
  6. :class="{'mui-active':!index}">
  7. <!-- <p style="z-index: 99;"> -->
  8. {{item.value}}
  9. <!-- </p> -->
  10. </a>
  11. fun
  12.  
  13. abc (item, index) {
  14. // location.href = '#item' + (index + 1) + 'mobile'
  15. this.oIndex = item
  16. console.log(oIndex, 'aa')
  17. }
Add Comment
Please, Sign In to add comment