-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuild #23
Conversation
Thanks for the PR @Elliot-Alexander ! Looking at this PR today! 😁 |
Deploying with
|
Latest commit: |
a058285
|
Status: | ✅ Deploy successful! |
Preview URL: | https://84811f97.vaul-vue.pages.dev |
Branch Preview URL: | https://rebuild.vaul-vue.pages.dev |
refactor: use antfu/eslint
@Elliot-Alexander I've made 'some' changes 😂 and seems like all the tests are passing now. (temporary hide webkit as there's some weird behavior with 1 of the test). Let me know if the above fixes the
you mentioned earlier. |
@Elliot-Alexander Nicely done on making it closer to Vue DX. I will merge this in for now ya! |
Restructured a huge chunk of the controls and Drawer Root to make things more readable and more 'Vue' flavoured.
Currently running into a big issue with the controlled (and the types of controlled) vs uncontrolled. The test case to compare between this and the original package is the
controlled
test in the playwright tests through playground.Would definitely be open to any help on this one.