nuxt / nuxt

The Intuitive Vue Framework.

Home Page:https://nuxt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to automatically reference enum types?Why can't implicit references be used?

bbhxwl opened this issue · comments

Why can't implicit references be used?

image image image

enums are both, runtime and types. Never put them in a d.ts file. These are only for declaring types.

enums are both, runtime and types. Never put them in a d.ts file. These are only for declaring types.

Do you need any special code? Or does it prompt that it does not exist and needs to be imported?

image

Not sure if it is possible to make it auto-import. sorry.