• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • page
  • QualityCommentsPage.ets
  • desc:热门评论相关 90% · a493c361
    a493c361 Browse Files
    yangsunyue_wd authored 2024-04-19 14:49:14 +0800
QualityCommentsPage.ets 205 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
import { QualityCommentsComponent } from '../comment/view/QualityCommentsComponent';

@Entry
@Component
struct QualityCommentsPage {
  build() {
    Column(){
      QualityCommentsComponent();
    }

  }
}