From bfe60bf3cf86d0807146db4b7c49b3b3a523af75 Mon Sep 17 00:00:00 2001
From: Aaron <427787340@qq.com>
Date: Tue, 23 Jul 2019 11:55:10 +0800
Subject: [PATCH] 调整Table组件说明文档
---
examples/views/docs/table.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+), 0 deletions(-)
diff --git a/examples/views/docs/table.md b/examples/views/docs/table.md
index 0d2aa03..1edc91e 100644
--- a/examples/views/docs/table.md
+++ b/examples/views/docs/table.md
@@ -10,6 +10,60 @@
```html
+
+
+
+
+```
+
+:::
+
+## 自定义列
+
+表格列可以通过`slot`动态配置,名称对应各列的列名
+
+:::snippet 可以使用`slot`加`slot-scope`的方式,新版vue可以使用`#slotname`的形式
+
+```html
+
--
libgit2 0.21.0