소스 검색

init

newStyle
lancer 3 년 전
부모
커밋
404e000616
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/page/index/tags.vue

+ 2
- 1
src/page/index/tags.vue 파일 보기

@@ -75,7 +75,8 @@
},
mounted() {
this.setActive()
if(localStorage.getItem('allClose')){
console.log(localStorage.getItem('allClose'));
if(localStorage.getItem('allClose')=='true'){
this.closeAllTags()
}
},


불러오는 중...
취소
저장