Upgrade Vuex to 4

This commit is contained in:
Muhsin Keloth 2022-08-18 13:24:19 +05:30
parent fdd13500eb
commit a591770a98
3 changed files with 29 additions and 8 deletions

View file

@ -2,7 +2,7 @@
/* eslint-env browser */
/* eslint-disable no-new */
/* Vue Core */
import '@babel/polyfill';
import Vue from 'vue';
import VueI18n from 'vue-i18n';
import VueRouter from 'vue-router';