inflearn logo
講義

講義

知識共有

Gabrielさんの投稿

Gabriel Gabriel

@gabrieljo13020029

レビュー投稿数
3
平均評価
5.0

投稿 1

Q&A

@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; }

いいね数
0
コメント数
1
閲覧数
237