Skip to content

Commit b33ef65

Browse files
committed
buildScripts/createApp: remove the autoMount config of the MainContainer #6603
1 parent bf8d3bc commit b33ef65

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

buildScripts/createApp.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ if (programOpts.info) {
213213
" */",
214214
" className: '" + appName + ".view.MainContainer',",
215215
" /**",
216-
" * @member {Boolean} autoMount=true",
217-
" */",
218-
" autoMount: true,",
219-
" /**",
220216
" * @member {Object[]} items",
221217
" */",
222218
" items: [{",

0 commit comments

Comments
 (0)