separate how it works
This commit is contained in:
@@ -19,7 +19,7 @@ import router from "@/router/index.js";
|
||||
const s = useStore()
|
||||
|
||||
function nav(path) {
|
||||
router.push('/'+path)
|
||||
router.push('/'+path) // todo use nav()
|
||||
s.nav = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user