saberland/saber

Index.vue Page does not have hot-reload

Aberta

#494 aberto em 2 de out. de 2019

 (2 comentários) (0 reação) (0 responsável)JavaScript (127 forks)batch import
bughacktoberfest

Métricas do repositório

Stars
 (2.151 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador