From dedc1e29a622f9870db8641ef52c2acd4ce42570 Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Wed, 28 Dec 2016 18:38:59 +0800 Subject: [PATCH] Fix table doc --- examples/docs/en-US/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs/en-US/table.md b/examples/docs/en-US/table.md index 3c9975866..cb6cd07c1 100644 --- a/examples/docs/en-US/table.md +++ b/examples/docs/en-US/table.md @@ -1349,7 +1349,7 @@ Customize table column so it can be integrated with other components. ### Expandable row When the row content is too long and you do not want to display the horizontal scroll bar, you can use the expandable row feature. -:::demo Activate expandable row by adding type="expand" and scoped slot. The template for el-table-column will be rendered as the contents of the expanded row, and you can access the same attributes as when you are usingscoped slot in custom column templates. +:::demo Activate expandable row by adding type="expand" and scoped slot. The template for el-table-column will be rendered as the contents of the expanded row, and you can access the same attributes as when you are using `Scoped slot` in custom column templates. ```html