1
0
mirror of synced 2025-12-09 15:24:36 +08:00
This commit is contained in:
xuliangzhan
2019-05-10 12:27:57 +08:00
parent 58bfba1281
commit 496723ee78
6 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.5ff10599.css rel=preload as=style><link href=/vxe-table/static/css/index.07cdbcc7.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.bd34f38f.js rel=preload as=script><link href=/vxe-table/static/js/index.52cfdcfc.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.5ff10599.css rel=stylesheet><link href=/vxe-table/static/css/index.07cdbcc7.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.bd34f38f.js></script><script src=/vxe-table/static/js/index.52cfdcfc.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.5ff10599.css rel=preload as=style><link href=/vxe-table/static/css/index.07cdbcc7.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.bd34f38f.js rel=preload as=script><link href=/vxe-table/static/js/index.3365b576.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.5ff10599.css rel=stylesheet><link href=/vxe-table/static/css/index.07cdbcc7.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.bd34f38f.js></script><script src=/vxe-table/static/js/index.3365b576.js></script></body></html>

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@ import TableConfig from './components/table-config'
import ExcelTable from './components/excel'
import GlobalConfig from './conf'
import '../style/index.scss'
import './style/index.scss'
const components = [
Table,