react-keeper
react-keeper copied to clipboard
点击锚点也会触发事件
<Route enterFilter={AppState.getContent} path="/content">
<Content content={AppState.content} addComment={AppState.addComment}/>
</Route>
@yueduz 触发过滤器的事件?可否描述详细些?
我绑定了‘/content’路径,路径从‘/content/a’变到‘/content/a#1’也会触发事件