Skip to content

Commit ce9c5f4

Browse files
committed
1 parent 0033878 commit ce9c5f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/ArticleList/index.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ export default class ArticleList extends Vue {
2626
<div class="vtx-articleList">
2727
<GroupLabel />
2828
<div class="vtx-articleList__content">
29+
{/*
30+
这里使用tsx语法是会提示错误
31+
https://github.com./vuejs/vue/issues/8721
32+
*/}
2933
{/* {
3034
this.articles.map((i) => {
3135
return (

0 commit comments

Comments
 (0)