This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
init
newStyle
lancer
3 years ago
parent
b3c869ee64
commit
404e000616
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/page/index/tags.vue
+ 2
- 1
src/page/index/tags.vue
View File
@@ -75,7 +75,8 @@
},
mounted() {
this.setActive()
if(localStorage.getItem('allClose')){
console.log(localStorage.getItem('allClose'));
if(localStorage.getItem('allClose')=='true'){
this.closeAllTags()
}
},
Write
Preview
Loading…
Cancel
Save