From ce9c5f462adf06d80c36090a2bcb972bac0bcac4 Mon Sep 17 00:00:00 2001 From: fangqi Date: Thu, 13 Dec 2018 00:08:47 +0800 Subject: [PATCH] issue: https://github.com/vuejs/vue/issues/8721 --- src/components/ArticleList/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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 (