Skip to content

Instantly share code, notes, and snippets.

@fernyettheplant
Created May 26, 2019 15:17
Show Gist options
  • Save fernyettheplant/33d953dd75923df7ae1e6d98b114a241 to your computer and use it in GitHub Desktop.
Save fernyettheplant/33d953dd75923df7ae1e6d98b114a241 to your computer and use it in GitHub Desktop.
import { Action, Module, Mutation, VuexModule } from 'vuex-module-decorators'
import { Inject } from 'inversify-props' // This
import KanyeQuote from '@/models/KanyeQuote'
import IKanyeWestService from '@/services/IKanyeWestService' // This
@Module
export default class KanyeWest extends VuexModule {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment