team-folivora / annoto

Medical annotation tool
MIT License
0 stars 1 forks source link

Use `provide` `inject` for AnnotationButton data #62

Open jb3rndt opened 2 years ago

jb3rndt commented 2 years ago

provide-inject: https://vuejs.org/guide/typescript/composition-api.html#typing-provide-inject https://logaretm.com/blog/type-safe-provide-inject/

jb3rndt commented 2 years ago

AsyncComponents are for loading the components definition asynchronously from the server when needed, which is useful for huge applications. So it does not do what we thought it would do