提交 dcaccb6a 编写于 作者: O oasis-cloud

chore: eslint fix

上级 34c82c4d
......@@ -31,7 +31,7 @@ const App = () => {
onClickBack={(e) => alert("title")}
onClickRight={(e) => alert('icon')}
>
<Icon name="share" slot="right"></Icon>
<Icon name="share" slot="right" />
</NavBar>
</>
);
......@@ -82,7 +82,7 @@ const App = () => {
onClickRight={(e) => alert('edit')}
onClickIcon={(e) => alert('icon')}
>
<Icon name="more-x" slot="right"></Icon>
<Icon name="more-x" slot="right" />
</NavBar>
</>
);
......@@ -109,7 +109,7 @@ const App = () => {
onClickBack={(e) => alert("title")}
onClickRight={(e) => alert('icon')}
>
<Icon name="share" slot="right"></Icon>
<Icon name="share" slot="right" />
</NavBar>
</>
);
......@@ -145,7 +145,7 @@ const App = () => {
<TabPane title="Tab 3"> Tab 3 </TabPane>
</Tabs>
</div>
<Icon name="more-x" slot="right"></Icon>
<Icon name="more-x" slot="right" />
</NavBar>
</>
);
......
......@@ -31,7 +31,7 @@ const App = () => {
onClickBack={(e) => alert("标题")}
onClickRight={(e) => alert('icon')}
>
<Icon name="share" slot="right"></Icon>
<Icon name="share" slot="right" />
</NavBar>
</>
);
......@@ -82,7 +82,7 @@ const App = () => {
onClickRight={(e) => alert('编辑')}
onClickIcon={(e) => alert('icon')}
>
<Icon name="more-x" slot="right"></Icon>
<Icon name="more-x" slot="right" />
</NavBar>
</>
);
......@@ -109,7 +109,7 @@ const App = () => {
onClickBack={(e) => alert("标题")}
onClickRight={(e) => alert('icon')}
>
<Icon name="share" slot="right"></Icon>
<Icon name="share" slot="right" />
</NavBar>
</>
);
......@@ -145,7 +145,7 @@ const App = () => {
<TabPane title="Tab 3"> Tab 3 </TabPane>
</Tabs>
</div>
<Icon name="more-x" slot="right"></Icon>
<Icon name="more-x" slot="right" />
</NavBar>
</>
);
......
......@@ -31,7 +31,7 @@ const App = () => {
onClickBack={(e) => alert("標題")}
onClickRight={(e) => alert('icon')}
>
<Icon name="share" slot="right"></Icon>
<Icon name="share" slot="right" />
</NavBar>
</>
);
......@@ -82,7 +82,7 @@ const App = () => {
onClickRight={(e) => alert('編輯')}
onClickIcon={(e) => alert('icon')}
>
<Icon name="more-x" slot="right"></Icon>
<Icon name="more-x" slot="right" />
</NavBar>
</>
);
......@@ -109,7 +109,7 @@ const App = () => {
onClickBack={(e) => alert("標題")}
onClickRight={(e) => alert('icon')}
>
<Icon name="share" slot="right"></Icon>
<Icon name="share" slot="right" />
</NavBar>
</>
);
......@@ -145,7 +145,7 @@ const App = () => {
<TabPane title="Tab 3"> Tab 3 </TabPane>
</Tabs>
</div>
<Icon name="more-x" slot="right"></Icon>
<Icon name="more-x" slot="right" />
</NavBar>
</>
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册