Last updated 4 years ago
Was this helpful?
To get it done you need to set the content below in your jsconfig.json file:
jsconfig.json
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": ".", "paths": { "@/*": ["src/*"] } }, "include": ["src/**/*"] }
Vue.set(this.myObject, key, value)