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
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
When use typescript in project i usually use enum as safe way to store config values. With composition api setup function we can do like this without issue:
When use script setup , editor still accept write enum and pass to template, but in runtime it not actually foward enum to template :
can we update this part to accept enum as normal static plain object in template.