浏览代码

added timeline

Skylsmoi 7 年前
父节点
当前提交
a1fd8ed934
共有 1 个文件被更改,包括 3 次插入6 次删除
  1. 3 6
      src/container/PageHtml.jsx

+ 3 - 6
src/container/PageHtml.jsx 查看文件

4
   PopinFixed,
4
   PopinFixed,
5
   PopinFixedHeader,
5
   PopinFixedHeader,
6
   PopinFixedOption,
6
   PopinFixedOption,
7
-  PopinFixedContent
7
+  PopinFixedContent,
8
+  Timeline
8
 } from 'tracim_lib'
9
 } from 'tracim_lib'
9
 
10
 
10
 class pageHtml extends React.Component {
11
 class pageHtml extends React.Component {
65
             key={'PageHtml'}
66
             key={'PageHtml'}
66
           />
67
           />
67
 
68
 
68
-          <div>Timeline</div>
69
-
70
-          {/*
71
           <Timeline
69
           <Timeline
72
-            customClass={`${PageHtml.customClass}__contentpage`}
70
+            customClass={`${pluginData.customClass}__contentpage`}
73
             key={'pageHtml__timeline'}
71
             key={'pageHtml__timeline'}
74
           />
72
           />
75
-          */}
76
         </PopinFixedContent>
73
         </PopinFixedContent>
77
       </PopinFixed>
74
       </PopinFixed>
78
     )
75
     )