vue3中使用computed计算属性


1.引用computed

 2.在setup中使用

上面是computed的简写,没有考虑计算属性修改的情况,只能读。

下面是computed的完整写法(读和写)

页面中使用:

相关