moved t function to global and misc cleanup
This commit is contained in:
@@ -52,6 +52,8 @@ todo: global vue
|
||||
- find all stuff defined in vue data objects as methods solely for the consumption of the template like translation (t()) and move to global vue object in main
|
||||
- stuff not needed by templates should stay where it is in window
|
||||
- Lodash might be an exception
|
||||
- search and change this: if (window.$gz.errorHandler.devMode()) { if possible
|
||||
- search change this: this.$root.$gz.translation.get("More") // if possible, also is it really needed to be on that root thing anyway now that I know how to do global
|
||||
|
||||
todo: change all testing data-cy attributes to conditional see ay-customize for example
|
||||
- :data-cy="!!enableCypress ? item.key : false"
|
||||
|
||||
Reference in New Issue
Block a user