fix: 优化 CI 流程,简化 Node.js 环境设置,修复按钮点击事件绑定
Some checks failed
CI / build-and-deploy (push) Failing after 14s

This commit is contained in:
严浩
2024-10-09 18:01:24 +08:00
parent 80c1adbefc
commit 4e11d8255c
2 changed files with 6 additions and 19 deletions

View File

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