-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v22.9.0
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package Manager:…
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v20.17.0
- Nuxt Version: 3.13.2
- CLI Version: 3.13.2
- Nitro Version: 2.9.7
- Package …
-
### Environment
latest nuxt
### Reproduction
```
async function getRouteMeta(contents, absolutePath) {
if (!(absolutePath in pageContentsCache) || pageContentsCache[absolutePath] !== contents) {
…
-
### What was unclear or otherwise insufficient?
I am currently developing a website using Nuxt 3. I hope to implement my functionalities with this full-stack framework. However, I found it very cha…
-
ESBuild seems planning to support decorators (https://github.com/evanw/esbuild/issues/104) but it is not landed as the spec is experimental itself.
We shall use SWC to have experimental support fo…
-
### Note
All possible trials to use vuex decorators will be recorded on here.
### Approach 1 (crashes with nuxt [ Reference Error: Cannot access 'store' before initialization ])
`@/store/index.ts…
-
やったこと
```
yarn create nuxt-app nuxt-ts-app
Axios
ESLint
Prettier
jsconfig.jsonを選択
yarn add -D @nuxt/typescript
yarn add ts-node
touch tsconfig.json
yarn add nuxt-property-dec…
-
Hi!
I want to use google-gtag in the Nuxt(with vuex-module-decorators) + Typescript.
I read #8 issue.
But I can't understand how to use.
Please tell me how to use google-gtag with Typescript.
-
Consider adding decorators for validation for example:
https://www.npmjs.com/package/vuelidate-property-decorators
-
I'm using Vue 3 + Typescript with `vue /cli`, but I'm not getting it to work.
`/store/counter.ts`
```ts
import { Module, VuexModule, Mutation, Action } from 'vuex-module-decorators'
@Module
…