Daniel Roe
Daniel Roe
Indeed I could fix that particular issue with regexp but I feel parsing the HTML is more reliable. For example, there was always the caveat of nested client-only components. At...
~> https://github.com/nuxt/framework/pull/7659
Updating this PR just to keep it in sync. You were right to be careful; `parse5` doesn't handle arbitrary self-closing elements. I suppose we could use an xml parser, but...
🚀 Switched to **[ultrahtml](https://github.com/natemoo-re/ultrahtml)**, a 1.75kB library with zero dependencies and deliberate support for parsing Vue.
With global state (this includes `useAsyncData`, `useFetch` and `useState`, which are all currently global and share the same namespace within each composable's key prefix), we have a potential footgun when...
1. I really do think this is the wrong approach. By extracting data into the payload and specifying that this is 'page-specific' data - but applying it globally - we...
The middleware will be called the second time when rendering the error page. The headers, etc., are deliberately not present on this page so it can be cached. If you...
I believe the issue is actually an adblocker (wrongly) blocking both of those scripts.
If a route isn't found that matches a request, it 'falls through' to the Vue renderer. It would **probably** be okay to make `/api/` a reserved prefix, but it is...