-
### Version
5.0.6
### Environment info
```
System:
OS: macOS 12.4
CPU: (8) arm64 Apple M1
Binaries:
Node: 16.14.2 - /usr/local/bin/node
Yarn: Not Found
npm: 8.5.0 …
-
I'd like to report a _bug_
Given the following code:
```
@Module({ dynamic: true, store, name: 'user' })
class User extends VuexModule implements IUserState {
token = 'something';
@Mutat…
-
Vue 2 reaches EOL on December 31st, 2023
Details [here](https://v2.vuejs.org/lts/)
-
The example from #24 demonstrates a console log I'm seeing from Brython, "empty stack".
This _seems_ innocuous in this case (as the callback's "self" parameter is well-formed).
But I'm also seei…
-
I am having the same issue as #157. I can not reproduce it though. It appears only the one specific project I am working on exhibits this issue. I created a new project and it was working fine. Howeve…
-
![image](https://user-images.githubusercontent.com/19553651/85089807-2485e200-b216-11ea-9482-895226923820.png)
-
Curious if you had examples for how you pull vuex stores into your components for state access committing and dispatching?
Do you define $store as your typed store for each component that may use s…
-
### Version
5.0.8
### Environment info
```
Environment Info:
System:
OS: macOS 13.4.1
CPU: (10) arm64 Apple M1 Max
Binaries:
Node: 20.2.0 - /opt/homebrew/bin/node
Yar…
-
I have an action that makes a fetch and sets the loading status...
```
@MutationAction({
mutate: ["todos", "isLoadingTodos"],
rawError: true
})
async loadTodos() {
try {
…
-
**Propose**: Given this simple example extracted from the example
```ts
class Post extends Model {
static entity = 'posts'
static fields () {
return {
id: this.attr(null),
…