1.0.5 • Published 5 years ago

wt-directive v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

wt-directive

This repo content lot of cool vue directives

How to import

in your main.js file

import wtDirective from 'wt-directive'
Vue.use(wtDirective)

v-wt-tooltip directive

it is use to show some tooltip on hover of that element

<button v-wt-tooltip="'my tooltip'" ></button>

v-wt-outside directive

it is use to detect outside click event form element

<button v-wt-outside="'myFunction'" ></button>

By Complex1

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago