9afce6f6创建于 2025年5月7日历史提交
import { AppRouter } from 'routermodule';
import { CustomDialogComponent } from './view/CustomDialog';

@AppRouter({ name: "customdialog/CustomDialog" })
@Component
export struct CustomDialog{
  build() {
    CustomDialogComponent()
  }
}