diff --git a/src/components/ArticleList/index.tsx b/src/components/ArticleList/index.tsx index 0212e5e..393bbf6 100644 --- a/src/components/ArticleList/index.tsx +++ b/src/components/ArticleList/index.tsx @@ -26,6 +26,10 @@ export default class ArticleList extends Vue {
+ {/* + 这里使用tsx语法是会提示错误 + https://github.com/vuejs/vue/issues/8721 + */} {/* { this.articles.map((i) => { return (