shldhee / note

개인노트
0 stars 0 forks source link

Property '$axios' does not exist on type 'UseContextReturn' #33

Open shldhee opened 2 years ago

shldhee commented 2 years ago
import { AxiosInstance } from 'axios'
declare module '@nuxt/types' {
  interface Context {
    $publicAPI: AxiosInstance
  }
}

https://polidog.jp/2020/11/01/nuxt-microcms/