cs-front-utils
v1.1.11
Published
安装
Downloads
26
Readme
安装
npm i cs-front-utils使用
import { Utils, RestClient, Validator, Formatter, Enums } from 'cs-front-utils'在 vue3 中也可以这样使用
注册:
import csFrontUtils from 'cs-front-utils'
app.use(csFrontUtils);使用:
const { $formatter, $storage, $validator, $utils,$eventBus} = getCurrentInstance()