SecondView.ets 69 B

123456
  1. @Component
  2. export struct SecondView {
  3. build() {
  4. Text('2')
  5. }
  6. }