Merge branch 'develop' into feat/CW-3082

This commit is contained in:
Sivin Varghese
2024-04-12 13:44:30 +05:30
committed by GitHub
32 changed files with 738 additions and 111 deletions
+3
View File
@@ -31,6 +31,7 @@ import VueDOMPurifyHTML from 'vue-dompurify-html';
import { domPurifyConfig } from '../shared/helpers/HTMLSanitizer';
import AnalyticsPlugin from '../dashboard/helper/AnalyticsHelper/plugin';
import resizeDirective from '../dashboard/helper/directives/resize.js';
import { directive as onClickaway } from 'vue-clickaway';
Vue.config.env = process.env;
@@ -78,7 +79,9 @@ Vue.component('multiselect', Multiselect);
Vue.component('woot-switch', WootSwitch);
Vue.component('woot-wizard', WootWizard);
Vue.component('fluent-icon', FluentIcon);
Vue.directive('resize', resizeDirective);
Vue.directive('on-clickaway', onClickaway);
const i18nConfig = new VueI18n({
locale: 'en',