Skip to content

Commit fc3f9c3

Browse files
authored
Revert "Menus"
1 parent 530b149 commit fc3f9c3

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)