Package Exports
- v-md-date-range-picker
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (v-md-date-range-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
English
Getting Started
Installation
npm install v-md-date-range-picker --save
Quick Start
<template>
<md-date-range-picker></md-date-range-picker>
</template>
<script>
import Vue from 'vue';
import MdDateRangePicker from "v-md-date-range-picker";
import "v-md-date-range-picker/dist/md-date-range-picker.css";
Vue.use(MdDateRangePicker);
</script>
Build
Powed by following: