This commit is contained in:
xuliangzhan
2019-06-14 23:05:24 +08:00
parent 3dc064ea73
commit c307ce9227
3 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=Cache-Control content="no-cache, no-store, must-revalidate"><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.73f3d338.css rel=preload as=style><link href=/vxe-table/static/css/index.682e2795.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.9d232144.js rel=preload as=script><link href=/vxe-table/static/js/index.4ca7dcdd.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.73f3d338.css rel=stylesheet><link href=/vxe-table/static/css/index.682e2795.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.9d232144.js></script><script src=/vxe-table/static/js/index.4ca7dcdd.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=Cache-Control content="no-cache, no-store, must-revalidate"><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.73f3d338.css rel=preload as=style><link href=/vxe-table/static/css/index.682e2795.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.9d232144.js rel=preload as=script><link href=/vxe-table/static/js/index.ff5343c3.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.73f3d338.css rel=stylesheet><link href=/vxe-table/static/css/index.682e2795.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.9d232144.js></script><script src=/vxe-table/static/js/index.ff5343c3.js></script></body></html>

File diff suppressed because one or more lines are too long

View File

@@ -8,10 +8,10 @@ import TableHeader from '../../packages/table-header'
import TableBody from '../../packages/table-body'
import TableFooter from '../../packages/table-footer'
import TableFilter from '../../packages/table-filter'
import ContextMenu from '../../packages/context-menu'
import Toolbar from '../../packages/toolbar'
import Grid from '../../packages/grid'
import Excel from '../../packages/excel'
import ContextMenu from '../../packages/context-menu'
import Toolbar from '../../packages/toolbar'
import Pager from '../../packages/pager'
import Checkbox from '../../packages/checkbox'
import Radio from '../../packages/radio'
@@ -41,10 +41,10 @@ Vue.use(TableHeader)
Vue.use(TableBody)
Vue.use(TableFooter)
Vue.use(TableFilter)
Vue.use(ContextMenu)
Vue.use(Toolbar)
Vue.use(Grid)
Vue.use(Excel)
Vue.use(ContextMenu)
Vue.use(Toolbar)
Vue.use(Pager)
Vue.use(Checkbox)
Vue.use(Radio)