Json file

{" province_list ": {" 110000", "Beijing", "120000", "tianjin"}, "city_list" : {" 110100 ", "Beijing", "120100" : "Tianjin"}, "county_list" : {" 110101 ":" the dongcheng district ", "110102" : "xicheng district"}}Copy the code

The introduction of

import test from "@/api/test.json";
Copy the code

An error to solve

Add “resolveJsonModule”: true to tsconfig.json