actions内でのthisの型推論
hareku opened this issue · 1 comments
hareku commented
素晴らしいサンプルをありがとうございます。
1点質問があります。
以下のように@nuxtjs/axiosで注入したものの、どのようにすれば推論できるようになるか分かりません。教えていただけないでしょうか?
export const actions: Actions<S, A, G, M> = {
set() {
this.$axios.$get()
}
}
hareku commented
nuxt-community/hackernews-nuxt-ts#11
ここに解決策書いてありました。