-
Notifications
You must be signed in to change notification settings - Fork 563
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
In Nuxt 3, why is there no resize functionality #402
Comments
@snowman12320 <style>
@import "vue-draggable-resizable/style.css";
</style> |
@taaaaaaak22 @snowman12320 @mauricius |
@ankithedau |
Thanks it works @taaaaaaak22 🙌 |
@taaaaaaak22 Is there any functionality to avoid collision of components? |
@ankithedau |
The style tag do not use scoped, which resolves the issue of the resizing functionality not appearing. |
In Nuxt 3, why is there no resize btn functionality ???
https://github.com/snowman12320/test-resize
The text was updated successfully, but these errors were encountered: