This repository was archived by the owner on May 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 128
Hooks Introduction
Phat Tran edited this page Sep 24, 2018
·
2 revisions
In case you don't know what hook is, I will tell you in this article.
Hook is a specific function that will trigger in the specific event. In other libraries of JavaScript. Hook is very useful to deal with specific case for your situation.
So in Vue Form Builder, I'll go the same too. I have built many hooks in order to help you deal with the specific cases. Hooks are available from both:
- Form Builder Template
- Form Builder GUI
So you don't have to worry about special case in your form, you can let Hook help you with that :D.
Copyright © by Seth Phat aka Phat Tran Minh - http://sethphat.com
- Home