ThirdView.ets 68 B

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