Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support app config of runApp #6398

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Conversation

ClarkXia
Copy link
Collaborator

@ClarkXia ClarkXia commented Jul 19, 2023

// Custom app render by export runApp function in `src/app.ts`
export const runApp = (render, options) => {
  // render 为框架默认的渲染方法,options 为框架默认的 render options
  render();
};

Base automatically changed from release/next to master July 20, 2023 06:10
@ClarkXia ClarkXia changed the base branch from master to release/next July 24, 2023 02:11
@ClarkXia ClarkXia added the need review Need Review label Aug 2, 2023
@ClarkXia ClarkXia requested a review from luhc228 August 2, 2023 08:21
@ClarkXia ClarkXia merged commit 67eae5c into release/next Aug 2, 2023
6 checks passed
@ClarkXia ClarkXia deleted the feat/support-runapp branch August 2, 2023 09:04
@ClarkXia ClarkXia mentioned this pull request Aug 2, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need review Need Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants