File tree 3 files changed +3
-3
lines changed
built-in-plugins/command-docs/plugin
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ function prepare(docsEntryPath: string) {
172
172
173
173
const Docs = () => <DocsWrapper docs={DocComponents}/>
174
174
175
- const ROOT_ID = '${ pri . sourceConfig . rootId } ';
175
+ const ROOT_ID = '${ pri . sourceConfig . projectRootId } ';
176
176
177
177
setConfig({ pureSFC: true, pureRender: true })
178
178
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ export class Entry {
159
159
import * as Loadable from "react-loadable"
160
160
import App, { pageLoadableMap } from "./app"
161
161
162
- const ROOT_ID = "${ pri . sourceConfig . rootId } "
162
+ const ROOT_ID = "${ pri . sourceConfig . projectRootId } "
163
163
` ,
164
164
) ;
165
165
}
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ export class ProjectConfig {
261
261
/**
262
262
* Project Root Dom Id
263
263
*/
264
- public rootId = 'root' ;
264
+ public projectRootId = 'root' ;
265
265
}
266
266
267
267
export type SetPipe = ( pipeName : string , callback : PipeCallback ) => void ;
You can’t perform that action at this time.
0 commit comments