Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jun 5, 2019
1 parent a8daf82 commit b368507
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -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.595f1fdb.css rel=preload as=style><link href=/vxe-table/static/css/index.cf2c4b01.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.78538bc8.js rel=preload as=script><link href=/vxe-table/static/js/index.f20a181d.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.595f1fdb.css rel=stylesheet><link href=/vxe-table/static/css/index.cf2c4b01.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.78538bc8.js></script><script src=/vxe-table/static/js/index.f20a181d.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.595f1fdb.css rel=preload as=style><link href=/vxe-table/static/css/index.cf2c4b01.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.78538bc8.js rel=preload as=script><link href=/vxe-table/static/js/index.479519b1.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.595f1fdb.css rel=stylesheet><link href=/vxe-table/static/css/index.cf2c4b01.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.78538bc8.js></script><script src=/vxe-table/static/js/index.479519b1.js></script></body></html>
1 change: 1 addition & 0 deletions docs/static/js/index.479519b1.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/static/js/index.f20a181d.js

This file was deleted.

2 changes: 1 addition & 1 deletion examples/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default {
]
},
{
label: 'app.aside.nav.advanced',
label: 'app.aside.nav.more',
value: 'advanced',
expand: false,
children: [
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
loading: 'Loading',
format: 'Format content',

advanced: 'Advanced',
more: 'More',
events: '事件绑定',
template: '自定义模板',
span: 'Rowspan and colspan',
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
loading: '加载中',
format: '格式化内容',

advanced: '高级功能',
more: '更多功能',
events: '事件绑定',
template: '自定义模板',
span: '合并行货列',
Expand Down

0 comments on commit b368507

Please sign in to comment.