-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Use element with attributes #316
Comments
Question: which is the UI framework that you are using? Currently it is not possible to pass props from draggabe element to underlying created component. |
Corrected in version v.2.16.0. |
Is this enhancement completed? I also try to do the same thing with vuetify, but I get 3 errors
|
I want to recreate the following structure:
I use your library like this:
As a result, I get almost the markup that I need, but the root element
v-layout
does not have the necessary attributesrow
andwrap
. Is there a way to convey them?The text was updated successfully, but these errors were encountered: