fix: 修复按钮点击事件的绑定方式
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<button @click="函数($event)">Back</button>
|
||||
<button @click="函数;">Back</button>
|
||||
<h1>中文-页面.page.vue</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user