unplugin / unplugin-auto-import

Auto import APIs on-demand for Vite, Webpack and Rollup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to auto import "SetupContext"?

liugui opened this issue · comments

As we known, "ref"、"reactive" will be auto imported from vue with unplugin-auto-import. However, I can't see "SetupContext" in auto-imports.d.ts. If I add it manually, the typescript errors is show. How to resolve this problem?
image

TS typings will not imported. Related issue: #61

Duplicate of #61