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 Sep 17, 2026. It is now read-only.
As shown in this file, every time we complete a directive, we have to manually import, export and register the directive in /core/src/index.ts, which is rather troublesome. Can it be automated through some engineering configuration or scripts?
https://github.com/codepaintstudio/vuedir/blob/main/core/src/index.ts
As shown in this file, every time we complete a directive, we have to manually import, export and register the directive in
/core/src/index.ts, which is rather troublesome. Can it be automated through some engineering configuration or scripts?