fix: 修复按钮点击事件的绑定方式
All checks were successful
CI / build-and-deploy (push) Successful in 4m12s

This commit is contained in:
严浩
2024-10-09 16:50:05 +08:00
parent 54e6951ae8
commit 15b01167be

View File

@ -1,6 +1,7 @@
<template>
<div>
<button @click="函数($event)">Back</button>
<button @click="函数;">Back</button>
<h1>中文-页面.page.vue</h1>
</div>
</template>