mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
wip
This commit is contained in:
parent
de6d77d0cb
commit
c0f566f828
@ -72,7 +72,6 @@ export default Vue.extend({
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
bakedHomeData: null,
|
|
||||||
widgetAdderSelected: null
|
widgetAdderSelected: null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
@ -99,9 +98,6 @@ export default Vue.extend({
|
|||||||
return (this as any).os.i.client_settings.home;
|
return (this as any).os.i.client_settings.home;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
|
||||||
this.bakedHomeData = this.bakeHomeData();
|
|
||||||
},
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
if (!this.customize) {
|
if (!this.customize) {
|
||||||
@ -152,9 +148,6 @@ export default Vue.extend({
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
bakeHomeData() {
|
|
||||||
return JSON.stringify(this.home);
|
|
||||||
},
|
|
||||||
onTlLoaded() {
|
onTlLoaded() {
|
||||||
this.$emit('loaded');
|
this.$emit('loaded');
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user