0👍
At the project root add a file name some-variable.d.ts
with the following content :
import Vue from 'vue'
declare module 'vue/types/vue' {
interface Vue {
$someVariable: <theType>
}
}
- [Vuejs]-Update vue-toast-notification library
- [Vuejs]-Vue Table with draggable rows won't get exported reordered
Source:stackexchange.com