UNPKG

@quasar/app

Version:

Quasar Framework local CLI

11 lines (8 loc) 247 B
import { MutationTree } from 'vuex'; import { ExampleStateInterface } from './state'; const mutation: MutationTree<ExampleStateInterface> = { someMutation (/* state: ExampleStateInterface */) { // your code } }; export default mutation;