gpp-components-plus
v1.1.9
Published
[](https://www.npmjs.com/package/gpp-components-plus) [](http://npm-stat.com/ch
Downloads
436
Readme
gpp-components-plus
Vue3 is based on Element Plus package component library, JavaScript function library, tool class
Installing
npm i gpp-components-plusUse
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