diff --git a/package.json b/package.json index fefd124..7635ac8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kne/modules-dev", - "version": "2.1.2", + "version": "2.1.3", "description": "用于辅助在项目内启动一个规范化组件开发的环境", "publishConfig": { "source": "src/index.js", diff --git a/src/ExamplePage.js b/src/ExamplePage.js index 3a4d325..16f10fc 100644 --- a/src/ExamplePage.js +++ b/src/ExamplePage.js @@ -73,7 +73,7 @@ const ExamplePage = createWithRemoteLoader({ modules: ["components-core:Layout@Page", "components-core:Layout@Menu", "components-core:Global@useGlobalContext"] })(({remoteModules, data, current, items, pageProps = {}}) => { const [Page, Menu] = remoteModules; - return 0 && } {...pageProps}> diff --git a/src/example.module.scss b/src/example.module.scss index a81da67..9f99268 100644 --- a/src/example.module.scss +++ b/src/example.module.scss @@ -75,3 +75,7 @@ .part-title { margin-top: 30px; } + +.example-page { + background: #FFFFFF; +}