-
Hello,
Sorry if this question seems dumb, but I'm having a hard time getting this to work. As documented, I have my plugin in the Nuxt `plugin` folder.
`analytics.client.ts`
```ts
import VueMato…
-
We'll list all todo tasks of Vue Vine here, both short-term and medium to long-term.
> ## 💡 Current high priority
>
> - Format tool integration
## Features
- [x] SSR target compilation. Thank…
-
**Describe the bug**
I am using socket.io in nuxt. Even though I didn't enable cors, it is possible to connect from a different origin than the one nuxt is running on. E.g. it runs on localhost:3000 …
-
## 📝 Provide a description of the new feature
Currently, integrating CKEditor 5 with [Nuxt.js](https://nuxtjs.org/) causes some issues. It will be nice to check how we can improve it.
A list of …
Mgsy updated
2 months ago
-
nuxt.config.ts:
`// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
app: {
head: {
htmlAttrs: {
lang: 'zh-CN',
},
link: []…
-
It appears that users coming from other frameworks would like to have a comparison guide for the framework they are migrating from. This issue is to show to those who may be interested that this is cu…
-
### Description
First of all, thank you for all your hard work on this plugin Matteo! I really appreciate it.
When creating new Google Analytics properties, they now default to Google Analytics …
-
### Describe the bug
Works great running `nuxi dev` locally.
On production, the URL is populated correctly:
``
but if I go to that URL directly, I get a 500 error:
```
[nuxt] error caught…
-
We just found this issue.
If I click "Send password recovery", I'm getting a link, it has all query params, but it just opens a home page without signing me in.
The URL looks like this:
https…
-
> @nuxt/router-extras/lib/extras.js
```
function invalidateRoute (file) {
const routes = localRoutes.filter(route => route.component === file)
console.log(localRoutes[0].component) // => print…