0.1.9 • Published 1 year ago

civil-servant-ui v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

参考文档: http://markdown.p2hp.com/index.html

civil-servant-ui

安装插件

npm install civil-servant-ui
或:yarn add civil-servant-ui

引入并注册插件

import Vue from 'vue'
import civilServantUi from 'civil-servant-ui'
Vue.use(civilServantUi)

基本用法示例

<cs-ui-calendar-mobile
 :recordList="recordList" 
 :titleList="titleList"
  mode="month" 
  :change-mode="true" 
  @change="dateChangeHandle" />

Props

属性说明类型默认值
recordList日志标志记录Array[]
titleList标志记录提示Array[]
mode显示模式Stringmonth/week

Events

事件名说明返回值
change切换日期选中的日期
0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago