Quellcode durchsuchen

style: format code

nian vor 2 Monaten
Ursprung
Commit
a5575ef3c8
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  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) => {