-
Notifications
You must be signed in to change notification settings - Fork 33
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
Include 'Vue.use(Tooltip);' step to instructions. #3
Comments
Hello! You are completely right. But for ES6, it is another matter. And so, yes I will add it now :) |
Done: |
Nice one! I see that it only borrows some of the options from Popper.js. Is there a plan to extend it to include stuff like closing only click away etc? Or is that outside the scope of what this should do? Basically I'm looking to create a popup menu similar to this: https://cdn.dribbble.com/users/79601/screenshots/2254492/configurator-popup.png and wondering if I should lean on this library or create one from scratch. |
There is a plan to expand the options. It should not be difficult to add to it, but I want to be sure that the usage will be simple and in line with most Vue directives mechanics. Now, after looking at your screenshot, what you need would some kind of |
There's no instructions stating a user must register the directive using:
Please include this. (And thanks for making this!).
The text was updated successfully, but these errors were encountered: