-
### Versions
- nuxt: v2.14.6
- node: v14.15.4
### Reproduction
Additional Details
### Steps to reproduce
```js
// nuxt.config.js
export default {
srcDir: 'src',
h…
-
### What happened?
While unit testing with vitest this unhandeled error apprears very unregualary.
```js
⎯⎯⎯⎯⎯⎯ Unhandled Errors ⎯⎯⎯⎯⎯⎯
Vitest caught 1 unhandled error during the test run.
Th…
-
### Environment
Nuxt CLI v3.0.0-rc.2 21:05:22
RootDir: /home/…
-
Good day! When trying to access the this.$Message variable, an error appears that the variable is not defined.
This is the first time I work with ts and vue 3, probably I did not take into account so…
-
Hey guys,
I'd like to contribute to the docs on the topic. If someone throws some quick info in this thread as I've spent hours and hours trying to get SSR VSCode debugging to work. Specifically …
-
PR available for compat mode:
- https://github.com/owncloud/web/pull/8128
# Dependencies
Let's collect information on the state of Vue 3 compatibility of our dependencies and on available migrati…
-
Please allow using of v-model in editor
-
Im configuring **Vuex Classic** according to the documentation and am returning the following error.
```
Nuxt.js Error:
Error: [nuxt] store/index.js should export a method which returns a V…
-
I think this two statement is not correct.
`You're using Nuxt 2.15.2, which includes built-in TypeScript runtime support`
`You can safely use nuxt instead of nuxt-ts and remove @nuxt/typescript-runt…
-
```
warning: 'error' is defined but never used (@typescript-eslint/no-unused-vars) at src/components/Image.vue:38:33:
36 | resolve(true);
37 | }
> 38 | img.onerror …