-
Notifications
You must be signed in to change notification settings - Fork 52
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
Great project, have a few questions #13
Comments
hi, Thanks for your asking.
|
Hello, It's indeed a great project but I also have a few questions according to my requirement. My questions are-
It would be great if you can answer these questions. |
Hello. Is this compatible with vue 3? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thanks for great project, i have few questions:
<div> <div v-show="isSelected"> <div id="toolbar-options" class="hidden"> <a href="#" ><i class="fa fa-plane"></i></a> <a href="#" ><i class="fa fa-car"></i></a> <a href="#" ><i class="fa fa-bicycle"></i></a> </div> </div> <Editor></Editor> </div>
rules: { canMoveIn: (node) => node.parent.componentName == 'Row' //only allow inside Row }
Is there event when node being dropped so we can do something, example show popup to enter some value. In my case i want to drop Column element but i want user to enter how many columns they want. Then use that value as props for the Column element.
Its great project, just missing few important things like events, toolbar, and rules.
Thanks for your help.
The text was updated successfully, but these errors were encountered: