<script> export default { name: "MyAction", methods:{ showInfo(){ alert("点我 点我!") console.log("click....") } } } </script>