### 🧐 Problem Description { on: { click: this.handleClick } } can not be triggered even though 'transformOn' has been turn on. <!-- Describe the problem in detail so that everyone can understand. --> ### 💻 Sample code // example.jsx <el-button {...{ size: 'mini', type: 'secondary', on: { click: () => this.handleSearch(), }, }}>search</el-button> <!-- If you have a solution, state it clearly here. --> ### 🚑 Other information <!-- Other information such as screenshots can be posted here. --> <!-- From: https://github.com/one-template/issue-template --> in vite.config.ts 