- Value Unwraping is is available yet. So you have to use
somethingReactive.value@click="somethingReactive.value++"in your render function (or template).
- value/computed: not supported
- inject: not supported
- state: partial support (not deep nested)
- Functional Components are not supported yet.
Just replace every import Vue from 'vue' in your files with import Vue from 'vue-functional-api'.
Since import Vue from 'vue' also occurs in the es module bundle of this package, a webpack alias may not work.
Take a look at src/index.js.