This commit is contained in:
2018-11-28 01:13:09 +00:00
parent 35abbf6d8c
commit 72edf203e9
2 changed files with 4 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ export default {
this.getDataFromApi();
},
computed: {},
methods: {
methods: {//todo: clean up this shit with locale text, or maybe it's ok, not sure
init(parentLocaleText) {
parentLocaleText.fetch(["Widget", "WidgetList"]).then(() => {
alert("inventorywidgetlist::FULLY INITIALIZED");