Vue Reusable Components, Directives, Prototypes
-
ReturnTop
<return-top :threshold="1/3" :duration="500"></return-top>
-
v-fixed-top
: when scroll to a component, makes it fix there -
v-focus
: the same asel.focus()
-
v-visible
: similar withv-show
but it changes only visibility which means element will take space
- $eventBus : global eventbus for transferring informations