This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user