Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links between Server Side (HTL) and Vue #12

Open
cmrockwell opened this issue Dec 17, 2020 · 0 comments
Open

Links between Server Side (HTL) and Vue #12

cmrockwell opened this issue Dec 17, 2020 · 0 comments
Assignees

Comments

@cmrockwell
Copy link
Owner

cmrockwell commented Dec 17, 2020

For a site that uses HTL Pages (Server Side) and Vue Pages (client side), links need to work. Currently sites use Vue Pages the data for the new page is retrieved and content is refreshed. It does not reload all the CSS/JS.

For example, the College Theme has two pages

an HTL Page /content/lsaperegrine/pages/events.html
a VUE Page /content/lsaperegrine/pages/vue-page

Given I am on the VUE Page
And I click on a link to the Events page
I expect the Event Page to load as if can directly loaded it

Currently following a link from a Vue page to a Server page results in a blank screen, and network traffic shows the request... http://localhost:8080/content/lsaperegrine/pages/events.data.json

@cmrockwell cmrockwell self-assigned this Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant