This commit is contained in:
@@ -156,6 +156,16 @@ export default function initialize() {
|
||||
);
|
||||
}
|
||||
|
||||
// window.$gz.eventBus.$emit("notify-success", "Success");
|
||||
// window.$gz.eventBus.$emit(
|
||||
// "notify-warning",
|
||||
// "This is a very long warning, it has a lot of text and goes on and on and on. Hard to understand why anyone would do it this way but whatever right?@!"
|
||||
// );
|
||||
// window.$gz.eventBus.$emit(
|
||||
// "notify-error",
|
||||
// "This is a medium error"
|
||||
// );
|
||||
|
||||
//Store offset in locale data
|
||||
//TODO: also need the other locale settings such as number and date formats etc to be added at server
|
||||
window.$gz.store.commit("setLocale", {
|
||||
|
||||
Reference in New Issue
Block a user