Skip to content

Expects Vue to be on window #4

@petridw

Description

@petridw

Vue.set(this.mutations, mutation.type + " | " + this.timeNow(), mutation.payload);

Looks like this expects Vue to be on the window, if it's not it bombs out here. Should be pretty easy to change it to use this.$set instead or import Vue from "vue" at top of file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions