20 객체 반복문 안쓰고 비교하기 - 중요

source: categories/study/vue-experiance/vue-experiance_9-10.md

20. 객체 반복문 안쓰고 비교하기 - 중요



const isChanged = JSON.stringify(this.inputData) !== JSON.stringify(this.defaultVehicleData);