other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f5586240e50b0a85e513817520fcfe0b72949387
Authored by
梁灏
2019-03-19 10:27:50 +0800
1 parent
6096e2d9
fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
types/layout.d.ts
Inline
Side-by-side
types/layout.d.ts
Wrap text
Show/Hide comments
View file @
f558624
...
...
@@ -70,4 +70,4 @@ export declare interface Layout extends Vue {
70
70
* methods, 改变Sider展开-收起状态。
71
71
*/
72
72
toggleCollapse(): void;
73
-}更多·
74
73
\ No newline at end of file
74
+}
75
75
\ No newline at end of file
...
...