0.0.766 • Published 8 years ago
@thelearninghouse/vlh-forms v0.0.766
VlhForms
Plugin for Learning House Forms using Vue.js
Install
yarn add vlh-formsCDN: UNPKG | jsDelivr (available as window.VlhForms)
Usage
<template>
<form-program-select></form-program-select>
</template>
<script>
import FormProgramSelect from 'form-program-select'
export default {
components: {
FormProgramSelect
}
}
</script>License
MIT © David Royer