MainView.ets 67 B

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