You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typed-router.d.ts import types from unplugin-vue-router, but unplugin-vue-router imports unplugin which includes @types/node. Then types from node pollutes client side. For example, type of setTimeout and clearTimeout are no longer correct:
The text was updated successfully, but these errors were encountered:
typed-router.d.ts
import types fromunplugin-vue-router
, butunplugin-vue-router
importsunplugin
which includes@types/node
. Then types from node pollutes client side. For example, type ofsetTimeout
andclearTimeout
are no longer correct:The text was updated successfully, but these errors were encountered: