Skip to content

Commit

Permalink
docs: 修改错误的组件类名称 (#2054)
Browse files Browse the repository at this point in the history
* 配置文档别名的示例加上逗号

* 修改错误的类名称
  • Loading branch information
kycool authored and luckyadam committed Jan 25, 2019
1 parent 27234e1 commit 4350641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/open/web-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Taro, { Component } from '@tarojs/taro'
// 引入 WebView 组件
import { WebView } from '@tarojs/components'

class App extends Components {
class App extends Component {
render () {
return (
<WebView src='https://mp.weixin.qq.com/' />
Expand Down

0 comments on commit 4350641

Please sign in to comment.