This commit is contained in:
@@ -356,9 +356,9 @@ export default {
|
||||
beforeCreate() {
|
||||
//check pre-requisites exist just in case
|
||||
if (window.$gz.errorHandler.devMode()) {
|
||||
if (!window.$gz._) {
|
||||
throw "tag-picker: $gz._ (lodash) is required and missing";
|
||||
}
|
||||
// if (!window.$gz._) {
|
||||
// throw "tag-picker: $gz._ (lodash) is required and missing";
|
||||
// }
|
||||
if (!window.$gz.translation) {
|
||||
throw "tag-picker: $gz.translation is required and missing";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user