v3.2.9
ClarkXia
released this
11 Aug 03:24
·
304 commits
to master
since this release
- Feat: support custom render #6398
// Export runApp in `src/app.ts` allows to customize render options
export const runApp = (render, option) => {
render();
};