vue-mg-date-picker-standard
v1.0.4
Published
 
Readme
vue-mg-date-picker-standard
Installation
npm i vue-mg-date-picker-standardUsage
app.js
import DatePickerStandard from 'vue-mg-date-picker-standard'
Vue.component('DatePickerStandard', DatePickerStandard)Example:
<template>
<section class="container">
<date-picker-standard v-model="date"/>
</section>
</template>
<script>
export default {
data() {
return {
date: '',
}
},
}
</script>License
MIT
