Skip to content

Commit

Permalink
去掉已经废弃过滤器的示例
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Apr 8, 2019
1 parent 33009d3 commit 1ab872f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/demo/filters/day/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@
<code-and-result label="date_days_in_month" :value="value|date_days_in_month"/>
<code-title title="处理为其它格式" sub-title="原生的 Date 对象,数组,json,ios 标准,对象,字符串"/>
<code-and-result label="date_to_date" :value="value|date_to_date"/>
<code-and-result label="date_to_array" :value="value|date_to_array"/>
<code-and-result label="date_to_json" :value="value|date_to_json"/>
<code-and-result label="date_to_iso" :value="value|date_to_iso"/>
<code-and-result label="date_to_object" :value="value|date_to_object"/>
<code-and-result label="date_to_string" :value="value|date_to_string"/>
<code-title title="查询" sub-title="是否之前,之后,或者相同"/>
<code-and-result label="date_is_before('2020-1-1')" :value="value|date_is_before('2020-1-1')"/>
Expand Down

0 comments on commit 1ab872f

Please sign in to comment.