0👍
Although not pretty, you could add the $vs
object back to the prototype, after instantiating your Vue instance.
Vue.prototype.$vs = this.$vs;
- [Vuejs]-How to use this.$notification of Ant Design (Vuejs) in .js file?
- [Vuejs]-Vue.JS waiting for a for loop to finish in watched property
Source:stackexchange.com