build alpha 16
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.0-alpha.15",
|
||||
version: "8.0.0-alpha.16",
|
||||
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
@@ -70,12 +70,7 @@ const DEV_MODE = false;
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// LIBS AND GLOBAL ITEMS
|
||||
// NOTE: I'm putting them on Window deliberately to be globally available
|
||||
// some say this is bad only due to if you want to server render the page
|
||||
// (which is not necessary here anyway)
|
||||
// however when I researched that I found it's easily worked around
|
||||
// as all you need is a "window" global let defined and then it's all good in the hood
|
||||
// so for convenience and far less fuckery this is the way
|
||||
//
|
||||
//
|
||||
|
||||
window.$gz = {
|
||||
|
||||
Reference in New Issue
Block a user