mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
client routing is not an good idea yet
This commit is contained in:
parent
46869b3b5b
commit
aac1b93cc8
@ -10,7 +10,8 @@ async function render(pageContext: PageContextClient) {
|
|||||||
app.mount('#app')
|
app.mount('#app')
|
||||||
}
|
}
|
||||||
|
|
||||||
// To enable Client-side Routing:
|
/* To enable Client-side Routing:
|
||||||
export const clientRouting = true
|
export const clientRouting = true
|
||||||
// !! WARNING !! Before doing so, read https://vike.dev/clientRouting */
|
// !! WARNING !! Before doing so, read https://vike.dev/clientRouting */
|
||||||
|
|
||||||
export { render }
|
export { render }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user