update
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import router from "../router/index.js";
|
||||
|
||||
export const toPath = (path) => {
|
||||
router.push(path).then();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user