d
This commit is contained in:
@@ -13,6 +13,10 @@ struct V: View {
|
||||
TextField("Placeholder", text: $vm.text)
|
||||
.padding(8)
|
||||
.border(Color.red, width: 2)
|
||||
|
||||
TextField("Binding-2", text: vm.bt2)
|
||||
.padding(8)
|
||||
.border(Color.blue, width: 2)
|
||||
}
|
||||
.frame(width: 320)
|
||||
.padding()
|
||||
|
||||
Reference in New Issue
Block a user