-
**Describe the bug**
Not sure this is a but or rather some problem with my setup.
During the building of a docker image from my projet I get a `Cannot read property 'quasar' of undefined` error whic…
-
## Bug Report
**Current Behavior**
I want to write vue demo for education teaching purpose, in order to focus only the vue part, I don't want to introduce npm, bundler like webpack or browserify…
-
Hello especially to the maintainers of this repo.
Looks like last update was 2 years ago. I created an issue regarding class component support for vue3 (https://github.com/vuejs/vue-class-component…
-
### CONTEXT
We are using Storybook to build and test vue components that are in use in a Nuxt.js application. After migration to Apollo 3.x I want to use this addon to mock our GraphQL queries in s…
-
### What minimal example or steps are needed to reproduce the bug?
Just install and try to run the linter, fails before it can even start reading files.
### What minimal configuration is needed …
-
### 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…
-
I have a simple module:
```typescript
import { Module, VuexModule, Mutation, Action, MutationAction } from 'vuex-module-decorators'
import { User } from '../models'
@Module({namespaced: false, n…
garyo updated
3 years ago
-
### Describe the bug
When I change the controls, nothing happens.
This issue started after migration from v6 to v7.
Now I'm on the latest v8, all my dependencies are up-to-date, and this issue rema…
-
Let me repeat: I did all according [Accessing modules with NuxtJS](https://github.com/championswimmer/vuex-module-decorators#accessing-modules-with-nuxtjs) explanations.
Store Module:
```typesc…
-
there is something wrong happened with babel-loader 8.x and webpack 4.x.
before i submit this question,i have searched those issue.but still have no idea.
is there a bug or my usage is wrong?
the…