1
0
mirror of synced 2025-12-07 22:28:34 +08:00
This commit is contained in:
xuliangzhan
2019-05-13 12:51:50 +08:00
parent 11d00a4c6a
commit 402934e68f
4 changed files with 4 additions and 4 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.281191d8.css rel=preload as=style><link href=/vxe-table/static/css/index.08ee8d25.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.23ad86a9.js rel=preload as=script><link href=/vxe-table/static/js/index.433b331c.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.281191d8.css rel=stylesheet><link href=/vxe-table/static/css/index.08ee8d25.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.23ad86a9.js></script><script src=/vxe-table/static/js/index.433b331c.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.281191d8.css rel=preload as=style><link href=/vxe-table/static/css/index.08ee8d25.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.23ad86a9.js rel=preload as=script><link href=/vxe-table/static/js/index.16a5e674.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.281191d8.css rel=stylesheet><link href=/vxe-table/static/css/index.08ee8d25.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.23ad86a9.js></script><script src=/vxe-table/static/js/index.16a5e674.js></script></body></html>

1
docs/static/js/index.16a5e674.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2,14 +2,14 @@
<div>
<p>加载 1 万行 1 万列</p>
<vxe-table-config
<vxe-grid
border
resizable
height="600"
:columns="tableColumn"
:loading="loading"
:data.sync="tableData">
</vxe-table-config>
</vxe-grid>
</div>
</template>