Refactor & Clean up
This commit is contained in:
@ -20,7 +20,7 @@ export default Vue.extend({
|
||||
}
|
||||
},
|
||||
created() {
|
||||
(this as any).os.getMeta().then(meta => {
|
||||
this.$root.getMeta().then(meta => {
|
||||
this.meta = meta;
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user