Skip to content

Commit 5925062

Browse files
authored
Add rootElement: body in docs to avoid error (#1047)
1 parent 9cf35c8 commit 5925062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (macroCondition(isDevelopingApp())) {
1212
}
1313

1414
setConfig({
15-
rootElement: config.APP['rootElement'] as string,
15+
rootElement: 'body',
1616
});
1717

1818
export default class App extends Application {

0 commit comments

Comments
 (0)