separate how it works

This commit is contained in:
Tim
2024-04-29 16:10:52 -04:00
parent 083a8a6814
commit ffc4384315
19 changed files with 140 additions and 121 deletions

View File

@@ -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
}