live demo 是否可以禁用,如果不能,dumi-theme-mobile、自定义上下文该如何兼容 #2100
-
在文档中没有找到如何禁用 live demo。 live demo 给 dumi-theme-mobile 带来了什么影响? deviceWidth 丢失实时渲染 demo 代码导致右侧预览界面宽度抖动,不一定所有案例都撑满 deviceWidth,或少或超出。 theme-mobile Device,mobile 主题有做显示区域显示。 自定义上下文会不会丢失在 live demo 模式会不会跳过这个函数,仅仅把 code 渲染呢? |
Beta Was this translation helpful? Give feedback.
Answered by
PeachScript
May 6, 2024
Replies: 1 comment 1 reply
-
暂时没有提供配置项关闭,遇到问题可以解问题
这个如何复现,官网 demo 我试了下是不会抖动的,https://d.umijs.org/guide/mobile-library#docs-guide-mobile-library-demo-0
应该不会丢失,只要 Context 实例是同一份,如果有丢失的案例提供下复现 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
onlyling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
暂时没有提供配置项关闭,遇到问题可以解问题
这个如何复现,官网 demo 我试了下是不会抖动的,https://d.umijs.org/guide/mobile-library#docs-guide-mobile-library-demo-0
应该不会丢失,只要 Context 实例是同一份,如果有丢失的案例提供下复现