### VTooltip
Vuero offers a very simple versatile v-tooltip directive.
The example below is the default and basic version.
There are 6 default positions accessible with modifiers: `.top-left`,
`.top-right`, `.bottom-left`, `.bottom`, `.bottom-right`.
```vue {4,10,16,22,28,34}
```