Skip to content

Commit edbd64f

Browse files
committed
Update zh.router.config.js
1 parent 9cd6607 commit edbd64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/router/locale/zh.router.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ const config = [
8585
name: "表格宽度",
8686
meta: { keepAlive: true },
8787
},
88-
{
88+
/* {
8989
path: "table-height",
9090
component: () =>
9191
import("@/docs/zh/ve-table/table-height/main.vue"),
9292
name: "表格高度",
9393
meta: { keepAlive: true },
94-
},
94+
}, */
9595
{
9696
path: "border",
9797
component: () => import("@/docs/zh/ve-table/border/main.vue"),

0 commit comments

Comments
 (0)