0👍
add to tsconfig.json:
"types": ["node"]
and install @types/node:
npm install --save-dev @types/node
- [Vuejs]-How to close bootstrap popup on submit in VUE
- [Vuejs]-Trigger function in child.vue after clicking button in parent.vue
Source:stackexchange.com