1.1.10 • Published 5 years ago

common-fun v1.1.10

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

使用方式:

npm i common-fun --save
import {testEmail} from 'common-fun'
methods: {
  testFormat () {
    let email = '333@qq.com'
    this.flag = testEmail(email)
    .....

common-fun 是一个公共函数库,主要是用于开发过程中提高工作效率,减少重复性开发

testEmail,

testPhone,

testPhoneFix,

addClass,

IsPC,

setCookie,

getCookie,

delCookie,

numFix,

isNumber,

selfDateFormat

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago