@ozdao/prometheus-framework 0.2.185 → 0.2.186
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -3,7 +3,9 @@
|
|
3
3
|
|
4
4
|
import getBrowserLocale from './localization/methods/get-browser-locale.js';
|
5
5
|
import VueI18n from './localization/vue-i18n.js';
|
6
|
+
import routerGuards from './router/routerGuards.js';
|
6
7
|
|
8
|
+
import * as mixins from './mixins/mixins.js'
|
7
9
|
import * as globalStore from './store/globals.js';
|
8
10
|
|
9
11
|
export {
|