<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script src="vue2.0.js"></script>
</head>
<body>
<div ,
data:{msg:1},
methods:{
show($event){

alert($event.target.value)
}
}
})
</script>
</html>

使用$evevt代替e=e||window.event;

相关文章:

  • 2021-11-08
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-09-26
相关资源
相似解决方案