Skip to content

Multi Page Apps Using New API #602

Discussion options

You must be logged in to vote

It's a good question. The obvious issue is that the application does not know about your page1.jl file. The app automatically loads the app.jl file as the entry point -- but beyond this point, you need to load any other file yourself. So add `include("page1.jl") inside app.jl.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@unnamedunknownusername
Comment options

@essenciary
Comment options

@unnamedunknownusername
Comment options

@AbhimanyuAryan
Comment options

Answer selected by unnamedunknownusername
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants