utils-js:工具函数封装

时间:2024-06-15 20:26:07
【文件属性】:

文件名称:utils-js:工具函数封装

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-15 20:26:07

JavaScript

常用工具封装 如果发现bug请及时 提出 使用方法 package.json 文件中增加如下: dependencies:{ 'PDo':"git+https://github.com/interval-design/utils-js.git" } 或 dependencies:{ 'PDo':"git+https://github.com/PonyC/PDo.git" } npm install // 全局引入 import PDo from 'PDo' Vue.prototype.$PDo = PDo; // 单个方法注册为过滤器 Vue.filter('dateFormat', this.$PDo.Date.format); // 不要将PDo方法全部注册为过滤器, 因为PDo并不是filter性质的封装。如果需要,请通过新建filters文件解构后再做处理 A


【文件预览】:
utils-js-master
----index.js(12KB)
----package.json(474B)
----util.js(2KB)
----README.md(4KB)

网友评论