gpt4 book ai didi

javascript - Vue - 获取没有(事件)的元素调用函数

转载 作者:行者123 更新时间:2023-12-03 02:08:17 25 4
gpt4 key购买 nike

我需要获取在 Vue 中调用我的函数的元素。但没有任何事件。我正在调用 v-for 中的方法。这是我的 HTML 代码:

<select id="sel_subUse" v-on:change="calculateARV(event, index)">
<option v-for="subUse in filter(event, index)" value="subUse">{{ subUse }}</option>
</select>

无论如何,我尝试使用event.target,但没有成功。如何获取调用元素?

最佳答案

您需要使用$event,而不是event作为参数。然后你就会有这个事件。

https://v2.vuejs.org/v2/guide/events.html#Methods-in-Inline-Handlers

关于javascript - Vue - 获取没有(事件)的元素调用函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49694313/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com