Running version

This commit is contained in:
Pranav Raj S
2024-01-27 23:33:15 -08:00
parent ed8b58ad10
commit 46b91ad840
9 changed files with 143 additions and 1078 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import {
} from 'shared/helpers/Validators';
import router from '../widget/router';
import { domPurifyConfig } from '../shared/helpers/HTMLSanitizer';
const PhoneInput = () => import('../widget/components/Form/PhoneInput');
const PhoneInput = () => import('../widget/components/Form/PhoneInput.vue');
Vue.use(VueI18n);
Vue.use(VueDOMPurifyHTML, domPurifyConfig);