Skip to content

Commit

Permalink
🐛 Fix(website): website pictures error
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed May 12, 2019
1 parent 46a49ed commit a5b6526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/APP.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
| 支持插件系统,让PicGo更强大
#container.container-fluid
.row.ex-width
img.gallery.col-xs-10.col-xs-offset-1.col-md-offset-2.col-md-8(src="https://ws1.sinaimg.cn/large/8700af19gy1fmayjwttnbj218g0p0q4e")
img.gallery.col-xs-10.col-xs-offset-1.col-md-offset-2.col-md-8(src="https://i.loli.net/2019/05/08/5cd2dc258f927.png")
.row.ex-width.display-list
.display-list__item(v-for="(item, index) in itemList" :key="index" :class="{ 'o-item': index % 2 !== 0 }")
.col-xs-10.col-xs-offset-1.col-md-7.col-md-offset-0
Expand Down

0 comments on commit a5b6526

Please sign in to comment.