vue3 template里调用props里的方法 提示未定义 能正常运行

73 阅读1分钟

vue3 template里调用props里的方法 提示未定义 能正常运行 给props里的方法加上required: true, 解决报错