Skip to content

二进制格式的多段时间选择器,主要用于广告营销时段选择

Notifications You must be signed in to change notification settings

akilichen/byte-weektime-picker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

byte-weektime-picker

安装

npm install byte-weektime-picker -S

引入

//main.js中全局引入

import ByteWeektimePicker from 'byte-weektime-picker'

Vue.use(ByteWeektimePicker)

或者

//组件中局部引入

import { ByteWeektimePicker } from 'byte-weektime-picker'

components: {
  ByteWeektimePicker
}

使用

<byte-weektime-picker v-model="byteTime" />

About

二进制格式的多段时间选择器,主要用于广告营销时段选择

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 93.2%
  • JavaScript 3.9%
  • HTML 2.9%