2.0.0 • Published 6 years ago
vue-directives-jsx v2.0.0
Write VueJS built-in directives with JSX inside render functions
Currently supports: v-if. More directives coming soon!
import directives from "vue-directives-jsx";
new Vue({
render: function (h) {
h = directives.bind(h);
return (
<div v-if={false}>
hello world!
</div>
)
}
});
2.0.0
6 years ago
2.0.0-alpha.2
6 years ago
2.0.0-alpha.1
6 years ago
2.0.0-alpha.0
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago