Skip to content
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

Open
snowman12320 opened this issue Feb 29, 2024 · 7 comments
Open

In Nuxt 3, why is there no resize functionality #402

snowman12320 opened this issue Feb 29, 2024 · 7 comments

Comments

@snowman12320
Copy link

In Nuxt 3, why is there no resize btn functionality ???

https://github.com/snowman12320/test-resize

0chr1-87nyg

@taaaaaaak22
Copy link

@snowman12320
I experienced the same issue, but adding the following CSS made the resize button appear.

<style>
@import "vue-draggable-resizable/style.css";
</style>

@ankithedau
Copy link

@taaaaaaak22 @snowman12320 @mauricius
I am still facing the issue regarding the resize functionality in nuxt 3.
The resizing functionality is not appearing.
Let me know if you need more details.
image

@taaaaaaak22
Copy link

@ankithedau
I have prepared sample code for your reference.
https://github.com/taaaaaaak22/vue-draggable-resize-example
スクリーンショット 2024-03-08 2 13 50

@ankithedau
Copy link

Thanks it works @taaaaaaak22 🙌

@ankithedau
Copy link

@taaaaaaak22 Is there any functionality to avoid collision of components?
So currently we can collide more then one component with each other.
image

@taaaaaaak22
Copy link

@ankithedau
Someone has implemented collision logic. Although it's in Vue 2, it might be helpful as a reference.
#146 (comment)

@snowman12320
Copy link
Author

@ankithedau

The style tag do not use scoped, which resolves the issue of the resizing functionality not appearing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants