소스 검색

style: format code

nian 2 달 전
부모
커밋
a5575ef3c8
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/layout/main/index.vue

+ 0 - 6
src/layout/main/index.vue

@@ -112,12 +112,6 @@ watch(
   },
 )
 
-/**
- * create tab when router changed
- * example:
- * 1. click the menu RouterLink to push to the operation
- * 2. refresh the page to perform tab and highlight correction
- */
 watch(
   () => router.currentRoute.value,
   (newRoute, oldRoute) => {