Skip to content

Commit

Permalink
docs: update file doc
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Dec 18, 2023
1 parent 9d82bd4 commit 0af73a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* title: Custom refresh
* desc: This example shows checking parameter validity when the dependency array changes, and then making a new request.
* desc: This example shows that when the dependency array changes, it checks the parameters' validity first and then makes a new request.
*
* title.zh-CN: 自定义刷新行为
* desc.zh-CN: 该示例展示了当依赖数组变化时,校验参数合法性,然后发起新的请求。
* desc.zh-CN: 该示例展示了当依赖数组变化时,首先校验参数合法性,然后发起新的请求。
*/

import React, { useState } from 'react';
Expand Down

0 comments on commit 0af73a0

Please sign in to comment.