Do you want to work on this issue?
You can request for a bounty in order to promote it!
1 active bounty request
Index.vue Page does not have hot-reload #494
pxwee5 posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
<!-- Issues which contain questions or support requests will be closed. -->
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
Bug report
Hot reloading is somehow not working for index.vue
page files without a layout. However it is working if we're using index.md
page and index.vue
layout. The goal is to just use index.vue
page without using a layout.
Steps to reproduce
- Create
index.vue
page - Remove
layout
attribute fromexport const data
- Edit content
<!-- You can also use this CodeSandbox starter https://bit.ly/2IlcpNF -->
What is expected?
Expect hot reloading to continue to work
What is actually happening?
Hot reload does not work