object copy 할 때 spread 방법 사용
const a = { ...object }
참고 :: https://www.catagec.com/blog/8-ways-to-clone-vue-object-and-make-it-non-reactive/