|
@@ -93,7 +93,7 @@ const routes = [
|
|
|
// keep it simple for now.
|
|
|
const router = createRouter({
|
|
|
// 4. Provide the history implementation to use. We are using the hash history for simplicity here.
|
|
|
- history: createWebHistory(""),
|
|
|
+ history: createWebHistory("web"),
|
|
|
routes, // short for `routes: routes`
|
|
|
});
|
|
|
|