From 4815f323a9055bdfeeea758962d9689de96ca070 Mon Sep 17 00:00:00 2001 From: zhanzhifang <531048086@qq.com> Date: Sat, 31 Aug 2019 17:34:05 +0800 Subject: [PATCH 1/2] add directive/v-element-table-header --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 55382f5..fefadc2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ - [el-form-renderer](https://github.com/leezng/el-form-renderer) A Form Renderer 基于 Element 的表单渲染器,在完整继承 el-form 的基础上进行简单扩展,从而用户能够通过使用一段预设的数据渲染出一个完整的 element 表单 - [el-payment-combo](https://codepen.io/abensur/pen/oELwxd) A simple payment combo input. +## Directives +- [v-element-table-header](https://github.com/ZhanYishu/blog) 一个随父级元素的滚动位置自动显示与隐藏表格头部的指令 + ## Contribute Contributions welcome! Read the [contribution guidelines](contributing.md) first. From 51f72357d9bbe03d3b43ad56dfea94c88e582d07 Mon Sep 17 00:00:00 2001 From: zhanzhifang <531048086@qq.com> Date: Sat, 31 Aug 2019 17:36:09 +0800 Subject: [PATCH 2/2] reset url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fefadc2..ca5bf51 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ - [el-payment-combo](https://codepen.io/abensur/pen/oELwxd) A simple payment combo input. ## Directives -- [v-element-table-header](https://github.com/ZhanYishu/blog) 一个随父级元素的滚动位置自动显示与隐藏表格头部的指令 +- [v-element-table-header](https://github.com/ZhanYishu/v-element-table-header) 一个随父级元素的滚动位置自动显示与隐藏表格头部的指令 ## Contribute