In-app Navigation
Advantages of Jet Navigation
1. Jet Links
export default {
template:'<a route="/top/data">Data</a>'
}// one
export default {
template:'<span route="/top/data?id=2">Data</span>'
}
// or several
export default {
template:'<span route="/top/data?id=2&name=some">Data</span>'
}2. app.show()
Showing Views in Subfolders
app.show() with URL Parameters
3. view.show()
Rebuilding Part of the App
Rebuilding the whole app
Showing Views in Subfolders
view.show() with URL Parameters
Further reading
Footnotes
[1]:
[2]:
[3],[4]:
Last updated