0👍
For anyone that is looking for the solution to this issue: When using VueJs + Typescript and you want use a plugin such as Vuetify or VeeValidate.
For example VeeValidate do the following:
import Vue from "vue";
import VeeValidate from "vee-validate";
Vue.use(VeeValidate.install, { });
- [Vuejs]-V-html attribute doesn't update
- [Vuejs]-Inject external params during runtime in Vue.js Webpack project
Source:stackexchange.com