考虑以下段落 export default { methods: { ...mapActions(["updateData", "resetData"]); } } 我想将参数传递给被调用的函数。在仍然保留 ...mapAction() 调用的 ...
確定! 回上一頁