Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nextprops committed Dec 12, 2018
1 parent 0033878 commit ce9c5f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ArticleList/index.tsx
Expand Up @@ -26,6 +26,10 @@ export default class ArticleList extends Vue {
<div class="vtx-articleList">
<GroupLabel />
<div class="vtx-articleList__content">
{/*
这里使用tsx语法是会提示错误
https://github.com/vuejs/vue/issues/8721
*/}
{/* {
this.articles.map((i) => {
return (
Expand Down

0 comments on commit ce9c5f4

Please sign in to comment.