neutronium-vue-resultcommand-topromise
v1.1.0
Published
Vue mixin to integrate MVVM IResultCommand with vue.js
Downloads
16
Maintainers
Readme
neutronium vue result command binding
Usage
Provide mixin to easily integrate IResultCommand in vue.js using Neutronium. Component this mixin exposes:
Function
topromise
Example
<template>
</template>
<script>
import topromise from 'neutronium-vue-resultcommand-topromise'
export default {
}
</script>
<style>
</style>Installation
- Available through:
npm install neutronium-vue-resultcommand-topromise --save