Nuxt/packages/vue-app/template
Matteo Rigon 777a4b7f50
fix(vue-app): call ssrContext.unsetMutationObserver only if it exists (#10132)
[release]
2021-12-17 14:20:07 +01:00
..
components fix(vue-app): static payload fetching bugfixes (#8701) 2021-01-27 11:26:34 +01:00
layouts refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
mixins fix(vue-app): re-call `$fetch` if data is missing in payload (#9026) 2021-03-23 19:04:54 +01:00
pages feat: loading screen (#5251) 2019-03-20 12:47:53 +03:30
views fix(vue-app): allow background customization for default loading template (#7162) 2020-05-07 13:09:39 +02:00
.eslintignore refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
App.js fix(vue-app): add leading slash for payload hydration (#8802) 2021-02-10 13:18:27 +01:00
client.js fix(vue-app): re-register components construtor in HMR (#9539) 2021-07-12 12:21:04 +02:00
empty.js refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
index.js feat(vue-app): pass `store` to `createRouter` (#9629) 2021-08-11 22:30:18 +02:00
jsonp.js fix(vue-app): static payload fetching bugfixes (#8701) 2021-01-27 11:26:34 +01:00
middleware.js chore: lint vue-app templates (#6390) 2019-09-10 11:51:14 +02:00
router.js fix(vue-app): serialize route meta to allow functions (#9634) 2021-08-11 14:33:02 +02:00
router.scrollBehavior.js fix(vue-app): respect `scroll-margin-top` when navigating with hash (#9187) 2021-05-15 12:15:31 +01:00
routes.json feat: options.target and full-static export (#6159) 2020-05-07 21:08:01 +02:00
server.js fix(vue-app): call ssrContext.unsetMutationObserver only if it exists (#10132) 2021-12-17 14:20:07 +01:00
store.js fix(vue-app): var names shadowing in chrome debugger (#7939) 2020-08-25 21:31:36 +02:00
utils.js fix(vue-app): redirect to external url replaces current history entry (#9500) 2021-06-30 19:35:22 +02:00