原因: 你的“”xxx‘’属性或者"xxx"方法没有定义,查看你的data或者methods或者prop 解决:export default { data(){ return{ xxx:"" }, methods:{ xxx(){} } } } 相关文章: 2021-09-16 2022-12-23 2021-09-14 2021-09-21 2021-04-14 2022-12-23 2022-12-23 2023-01-03