Skip to content

Commit

Permalink
docs: 修复文档内示例代码资源引用不正确 (#4014)
Browse files Browse the repository at this point in the history
修复文档内示例代码资源引用不正确
  • Loading branch information
TigerHee authored and luckyadam committed Jul 30, 2019
1 parent f0004e1 commit c25efdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/viewContainer/swiper.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sidebar_label: Swiper
```jsx
import Taro, { Component } from '@tarojs/taro'
// 引入 Swiper, SwiperItem 组件
import { Swiper, SwiperItem } from '@tarojs/components'
import { Swiper, SwiperItem, View } from '@tarojs/components'

class App extends Components {
render () {
Expand Down

0 comments on commit c25efdc

Please sign in to comment.