huangbaishun / commonMethods

工作中需要的方法封装,欢迎提Issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

一个常用的JS公共方法

Vue项目中使用

  • import Util from './utils';
  • Vue.prototype.$util = Util;
  • this.$util.xxx(param);

About

工作中需要的方法封装,欢迎提Issues


Languages

Language:JavaScript 100.0%