2.0.0
Breaking changes from 1.x:
- Vue 1.x is not supported anymore, use
[email protected]
instead. - Submodules
vue-clickaway/directive
andvue-clickaway/mixin
were removed.import
the bits you want orrequire
the whole module instead. - Prior to Vue 2.0, directives used to be able to accept statements, like
a++
ordoSomething(context)
. This is no longer supported. Pass a method to the directive instead.