saberland/saber

Index.vue Page does not have hot-reload

Offen

#494 geöffnet am 02.10.2019

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (127 Forks)batch import
bughacktoberfest

Repository-Metriken

Stars
 (2.151 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

  1. Create index.vue page
  2. Remove layout attribute from export const data
  3. Edit content

What is expected?

Expect hot reloading to continue to work

What is actually happening?

Hot reload does not work

Contributor Guide