Skip to content

Commit

Permalink
docs: 补全 Countdown 文档
Browse files Browse the repository at this point in the history
  • Loading branch information
koppthe committed Mar 5, 2019
1 parent 5ffbe84 commit caaf219
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/view/Countdown/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import * as Nerv from 'nervjs'
import CountdownDoc from '@md/countdown.md'

class CountdownView extends Nerv.Component {
render() {
return (
<CountdownDoc />
)
}
}

export default CountdownView

0 comments on commit caaf219

Please sign in to comment.