This commit is contained in:
2019-11-07 22:43:03 +00:00
parent 171a389af9
commit 69f8ededb8
3 changed files with 31 additions and 17 deletions

View File

@@ -154,18 +154,18 @@ export default function initialize() {
localOffset
);
// window.$gz.eventBus.$emit(
// "notify-warning",
// "this is a warning test"
// );
// window.$gz.eventBus.$emit(
// "notify-error",
// "this is an error test"
// );
// window.$gz.eventBus.$emit(
// "notify-success",
// "this is a success test"
// );
window.$gz.eventBus.$emit(
"notify-warning",
"this is a warning test"
);
window.$gz.eventBus.$emit(
"notify-error",
"this is an error test"
);
window.$gz.eventBus.$emit(
"notify-success",
"this is a success test"
);
}
//Store offset in locale data