File tree Expand file tree Collapse file tree
built-in-plugins/command-docs/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ function prepare(docsEntryPath: string) {
172172
173173 const Docs = () => <DocsWrapper docs={DocComponents}/>
174174
175- const ROOT_ID = '${ pri . sourceConfig . rootId } ';
175+ const ROOT_ID = '${ pri . sourceConfig . projectRootId } ';
176176
177177 setConfig({ pureSFC: true, pureRender: true })
178178
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ export class Entry {
159159 import * as Loadable from "react-loadable"
160160 import App, { pageLoadableMap } from "./app"
161161
162- const ROOT_ID = "${ pri . sourceConfig . rootId } "
162+ const ROOT_ID = "${ pri . sourceConfig . projectRootId } "
163163 ` ,
164164 ) ;
165165 }
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ export class ProjectConfig {
261261 /**
262262 * Project Root Dom Id
263263 */
264- public rootId = 'root' ;
264+ public projectRootId = 'root' ;
265265}
266266
267267export type SetPipe = ( pipeName : string , callback : PipeCallback ) => void ;
You can’t perform that action at this time.
0 commit comments