1.0.4 • Published 4 years ago

vue-mg-date-picker-standard v1.0.4

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

vue-mg-date-picker-standard

npm npm

Installation

npm i vue-mg-date-picker-standard

Usage

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