浏览代码

update select2-filter README.md

jewway 9 年之前
父节点
当前提交
71328ca2b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/extensions/select2-filter/README.md

+ 1 - 1
src/extensions/select2-filter/README.md

@@ -30,7 +30,7 @@ Dependence if you use the select2 option: [Select2](https://select2.github.io/)
 * type: Object
 * description: Set filter option to configure the filter. <br>Example: {type:'select', data:["itemA", "itemB", "itemC"]}
 	* type: add an `input` or `select` into the column.
-	* data: need to set when type is `select` , filter data list. (The same as [Select2 Options](https://select2.github.io/))
+	* data: need to set when type is `select` , filter data list. (The same as [Select2 Options](http://select2.github.io/examples.html#data))
 * default: `undefined`
 
 ## Methods