computed計算屬性中,在set里改變了data中的數(shù)據(jù)時,不只是在computed這個函數(shù)里面讓firstname和lastname改變了,在外面用{{firstname+lastname}}時其中的值也會受到改變