gpp-components-plus
v1.0.50
Published
[![npm version](https://img.shields.io/npm/v/gpp-components-plus.svg?style=flat-square)](https://www.npmjs.com/package/gpp-components-plus) [![npm downloads](https://img.shields.io/npm/dm/gpp-components-plus.svg?style=flat-square)](http://npm-stat.com/ch
Downloads
1,014
Readme
gpp-components-plus
Vue3 is based on Element Plus package component library, JavaScript function library, tool class
Installing
npm i gpp-components-plus
Use
Component use
// Global registration in main.ts
import GPPUtils from "gpp-components-plus";
app.use(GPPUtils);
// On-demand use
import { TableGrid } from "gpp-components-plus";
Function use
import GPPUtils from "gpp-components-plus";
GPPUtils.gpputils; // All functions
GPPUtils.axios; // Axios correlation function