znl-datatools
v1.0.6
Published
数据工具
Readme
data-tools 数据工具
依赖
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/lib/theme-chalk/index.css"
/>
<link
rel="stylesheet"
href="https://cdn.bootcss.com/element-ui/2.4.6/theme-chalk/index.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/themem-default/index.css"
/>VUE_APP_CDN_VUE=https://unpkg.com/[email protected]/dist/vue.js
VUE_APP_CDN_VUE_1=https://cdn.bootcss.com/vue/2.6.6/vue.js
VUE_APP_CDN_ELEMENT=https://unpkg.com/[email protected]/lib/index.js
VUE_APP_CDN_ELEMENT_1=https://cdn.bootcss.com/element-ui/2.4.6/index.js
VUE_APP_CDN_ZNLUI=https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-znl-ui.js
VUE_APP_CDN_AXIOS=https://cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.js
VUE_APP_CDN_VUEECHARTS=https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-echarts.js
- 图标
icon-leftnav_leftnav_dataicon-report-form_tableicon-report-form_lineicon-report-form_histograicon-report-form_pie
引用
在线引入
https://cdn.jsdelivr.net/npm/[email protected]/dist/data-tools.umd.min.js本地引入
shell => yarn add znl-datatools
import Vue from 'vue'
import Datatools from 'znl-datatools'
Vue.use(Datatools)
- 样式单独引用
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/data-tools.css"
/>使用
<data-tools :token="token"></data-tools>属性
| 参数 | 说明 | 默认值 | 类型 | 参数 | | ----- | ----- | ------ | ------ | ---- | | token | token | '' | String | |
方法
| name | Description | arguments | retrun | | ---- | ----------- | --------- | ------ | | | | | |
事件
| name | Description | arguments | | ---- | ----------- | --------- | | | | |
