Merge pull request 'add effect loading when change theme mode' (#90) from dev-dungtv-0821 into dev
Reviewed-on: #90
This commit is contained in:
@ -347,6 +347,12 @@ export default {
|
|||||||
//console.log("localPageData", this.pageData);
|
//console.log("localPageData", this.pageData);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
isDarkMode(){
|
||||||
|
this.loadingStackCnt = 1;
|
||||||
|
setTimeout(() => {
|
||||||
|
this.loadingStackCnt = 0;
|
||||||
|
}, 1000);
|
||||||
|
},
|
||||||
// menuLink: {
|
// menuLink: {
|
||||||
// deep: true,
|
// deep: true,
|
||||||
// handler() {
|
// handler() {
|
||||||
|
Reference in New Issue
Block a user