there is no effect after clicking, the console does not respond, and the click event does not take effect.
Code section:
.list(v-for="(i,n) in lists" :key="n" @click="change(i.url)") {{i.name}}corresponding event:
change(item) {
  console.log(item);
}  problem solved:  
 the reason is that the above code affects this function 
