Skip to content

Commit 64a1e96

Browse files
authored
Update boot-files.md (#7615)
Edits from issue: [docs] Quasar App Flow #7528
1 parent 210b286 commit 64a1e96

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/src/pages/quasar-cli/boot-files.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,13 @@ In order to better understand how a boot file works and what it does, you need t
238238
3. Quasar CSS & your app's global CSS are imported
239239
4. App.vue is loaded (not yet being used)
240240
5. Store is imported (if using Vuex Store in src/store)
241-
6. Boot files are imported
242-
7. Boot files get their default export function executed
243-
7. (if on Electron mode) Electron is imported and injected into Vue prototype
244-
8. (if on Cordova mode) Listening for "deviceready" event and only then continuing with following steps
245-
9. Instantiating Vue with root component and attaching to DOM
241+
6. Router is imported (in src/router)
242+
7. Boot files are imported
243+
8. Router default export function executed
244+
9. Boot files get their default export function executed
245+
10. (if on Electron mode) Electron is imported and injected into Vue prototype
246+
11. (if on Cordova mode) Listening for "deviceready" event and only then continuing with following steps
247+
12. Instantiating Vue with root component and attaching to DOM
246248

247249
## Examples of boot files
248250

0 commit comments

Comments
 (0)