add effect loading when change theme mode #90
@ -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