浏览代码

added timeline

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

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

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