@Action, @Mutation ๋ฑ์ผ๋ก ์ง์ ๋ ๋ณ์์ ํ์
ํด๋น ํ์
์ any๋ก ์ง์ ํ๊ฑฐ๋, 'ActionMethod'; ๋ฅผ ์ง์ ํด ์ฃผ์๋ฉด ๋ฉ๋๋ค. import { ActionMethod, MutationMethod } from "vuex"; export default class App extends Vue { @Action readonly increase!: ActionMethod; @Action readonly decrease!: ActionMethod; @Mutation readonly setCount!: MutationMethod; }