add effect loading when change theme mode #90
@ -347,6 +347,12 @@ export default {
|
||||
//console.log("localPageData", this.pageData);
|
||||
},
|
||||
},
|
||||
isDarkMode(){
|
||||
this.loadingStackCnt = 1;
|
||||
setTimeout(() => {
|
||||
this.loadingStackCnt = 0;
|
||||
}, 1000);
|
||||
},
|
||||
// menuLink: {
|
||||
// deep: true,
|
||||
// handler() {
|
||||
|
Reference in New Issue
Block a user