📅  最后修改于: 2022-03-11 15:04:22.658000             🧑  作者: Mango
const router = () => {
// Find the component based on the current path
const path = parseLocation();
// TODO: If there's no matching route, get the "Error" component
// TODO: Render the component in the "app" placeholder
};