common-fun
v1.1.10
Published
this is a library of common functions maintained by myself. it is convenient for developers to use , so no need to creat it repeatly ...
Maintainers
Readme
使用方式:
npm i common-fun --saveimport {testEmail} from 'common-fun'
methods: {
testFormat () {
let email = '[email protected]'
this.flag = testEmail(email)
.....common-fun 是一个公共函数库,主要是用于开发过程中提高工作效率,减少重复性开发
testEmail,
testPhone,
testPhoneFix,
addClass,
IsPC,
setCookie,
getCookie,
delCookie,
numFix,
isNumber,
selfDateFormat
