Skip to content

Commit d8192c1

Browse files
authored
Merge pull request Jinxiansen#43 from Jinxiansen/revert-38-master
Revert "Menus"
2 parents 530b149 + fc3f9c3 commit d8192c1

File tree

2 files changed

+0
-71
lines changed

2 files changed

+0
-71
lines changed

Example/Example/ContentView.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ struct ContentView : View {
108108
NavigationLink(destination: FormPage(firstName: "", lastName: "")) {
109109
PageRow(title: "Form",subTitle: "表单视图")
110110
}
111-
NavigationLink(destination: MenuPage()) {
112-
PageRow(title: "Menu",subTitle: "Menu Page")
113-
}
114111
}
115112
Section(header: Text("导航视图")) {
116113
NavigationLink(destination: NavigationViewPage()) {

Example/Example/Page/Container/MenuPage.swift

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)