how to access mixin methods in vue code example
Example: how to call mixin in vuex
// just import from mixin like this
import { someName } from "@/path/to/mixin/file.js";
console.log(someName)
// just import from mixin like this
import { someName } from "@/path/to/mixin/file.js";
console.log(someName)