✨ @2030/admin-v-utils
针对Vue3版,适用管理端的通用工具方法
🔥 依赖说明
-
UtilCommon
通用工具类 -
UtilCrypto
加/解密工具类 -
UtilStorage
存储工具类 -
UtilDownload
下载工具类
💡 使用说明
1. 安装
-
npm
安装:> npm i @2030/admin-v-utils
-
yarn
安装> yarn add @2030/admin-v-utils
-
pnpm
安装> pnpm add @2030/admin-v-utils
2. 使用
// 方式一:
import { UtilCommon } from '@2030/admin-v-utils';
UtilCommon.formatTimestamp(12132433444);
// 方式二:
import { formatTimestamp } from '@2030/admin-v-utils/common';
formatTimestamp(12132433444)
📓 详细清单
🔑 License
MIT License © 2022 ZiJun