-
Couldn't load subscription status.
- Fork 3
feat(vue): add autocomplete to polymorphic vue implementation #81
Conversation
Codecov Report
@@ Coverage Diff @@
## main #81 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 3 10 +7
Lines 145 518 +373
Branches 10 39 +29
==========================================
+ Hits 145 518 +373
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Hi @TimKolberger ! Thanks for taking the time to review and improve ! Overall, the changes look good to me. Though i just think that in the Aside from that, the rest looks good to me and it's very cool that you got to improve autocomplete ! |
Signed-off-by: Shyrro <zsahmane@gmail.com>
Signed-off-by: Shyrro <zsahmane@gmail.com>
3e55040 to
efdb143
Compare
With This would force our users to transpile this package again when building their app. By using I was one thing missing though to make it work completely, the injection of I'll merge this PR as is, and the automatic |
Uhm i see, i understand. Thank your for taking the time to fix this, i did not think about that ! Now that i think about it, if we want to ship JS we could probably just write this package without TSX and use plain TS with the If we want to keep the TSX however, i do think that we should think of something else, because aside from the We could probably consider this : https://github.com/sxzz/unplugin-vue-jsx That being said, we will see how this works out and it might do fine given the low JSX complexity of the package. Let's ship it and keep an eye on it ! |


@Shyrro Thank you for your great work in #78!
I updated the implementation to
Let me know what you think :)
I am not able to target this PR to your PR, because it is on a forked repo.