Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Update app-prefetch-feature.md #632

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/guide/app-prefetch-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,4 @@ export default {
}
}
```
> Please note that the above example would not work in SSR mode due to the nature of SS, i.e. a spinner would not be shown. The page content for a Vue route component is prerendered on the **server** while Quasar Loading is a client-side UI component.