You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that this is an issue rather than a question.
Bug report
Steps to reproduce
1.git clone https://github.com/nashaofu/grender.git && cd grender && git checkout 724cd858a305a4cc941a18d72fc29fbe5ddcdb32 && yarn
2. Compile the source code: yarn build
3. run yarn docs:build
4. run npm i -g estatic
5. Start the http server locally: estatic docs/.vuepress/dist -b grender
6. Open in browser http://127.0.0.1:8080/grender/guide.html
7. The style of the rectangular area component in the figure is missing
Bug report
Steps to reproduce
1.
git clone https://github.com/nashaofu/grender.git && cd grender && git checkout 724cd858a305a4cc941a18d72fc29fbe5ddcdb32 && yarn
2. Compile the source code:
yarn build
3. run
yarn docs:build
4. run
npm i -g estatic
5. Start the http server locally:
estatic docs/.vuepress/dist -b grender
6. Open in browser
http://127.0.0.1:8080/grender/guide.html
7. The style of the rectangular area component in the figure is missing
https://github.com/nashaofu/grender/blob/724cd858a305a4cc941a18d72fc29fbe5ddcdb32/docs/.vuepress/components/Demo1.vue#L76-L79
What is expected?
This is the effect when running
vuepress dev docs
, This is working fine.What is actually happening?
The style in the component is lost after packaging
Other relevant information
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: