computed计算属性中,在set里改变了data中的数据时,不只是在computed这个函数里面让firstname和lastname改变了,在外面用{{firstname+lastname}}时其中的值也会受到改变