import en from '@/public/locales/en/common.json' assert { type: 'json' };
이처럼 assert { type: 'json' } 을 import할 JSON파일 뒤에 붙여주면 객체형태로 data를 가져올수 있다.
assert { type: 'json' }