methods和computed的区别 南桥春雪君归处 2023-02-07 94 阅读1分钟 methods一般用来做为事件的回调函数 computed是用来做计算属性,解决插值表达式太繁琐 methods没有缓存 computed有缓存