# TimeQuarter 季度选择器

版本:1.13.0

开发:郑杰7

交互:苗任越

UI:江佳欢

规范:[已评审] http://10.33.43.73/BBG_UED/BUI_Design/bscs/v2.0/issues/52

# 安装

$ npm i @hui-pro/time-quarter -D
# 或者
$ yarn add @hui-pro/time-quarter --dev

# 引入

import TimeQuarter from '@hui-pro/time-quarter';
import '@hui-pro/time-quarter/theme/index.scss';
Vue.use(TimeQuarter);

# 可传入 date 类型

基础用法

传入数组区间

# 可传入字符串类型

基础用法

传入数组区间

# 可设置置灰

基础用法

传入disabled-fn函数

# API

# Attributes

参数 说明 类型 可选值 默认值
disabled-fn 置灰函数 Function --- ---