New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

flat-calendar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flat-calendar

📅一个基于 Vue.js 2.x 的日历组件

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

vue-flat-calendar

📅一只基于 Vue.js 2.x 的日历组件

效果

demo

使用

npm install flat-calendar --save
import vueFlatCalendar from 'flat-calendar'

Vue.use(vueFlatCalendar)
<vue-flat-calendar v-model="showCalendar" :defaultDate="new Date()" @change="selectDate" />

参数

optiondescriptiontypedefault
v-model显示或隐藏日历Booleanfalse
defaultDate默认选中的日期Datenew Date()
startDate起始日期(范围)Datenull
endDate结束日期(范围)Datenull

事件

event namedescriptionparameter of callback
change日期变化时触发date

Keywords

vue

FAQs

Package last updated on 27 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts