-
Notifications
You must be signed in to change notification settings - Fork 171
Labels
Milestone
Description
Masa.Blazor version
1.11.2
Hosting model
Static Server
Describe the bug
Windows(窗口)在不启用交互性时(即静态渲染)无法显示内容。
受其影响,Slide Groups(幻灯片组)Tabs(选项卡)均无法在静态渲染时显示内容。
预渲染时如果无法显示内容,对于用户体验和SEO都会造成影响。
Expected Behavior
希望添加一个属性指示是否关闭首个动画。
如果关闭,则直接显示默认的选项卡内容。后续切换选项卡,继续展示动画。
Steps To Reproduce
- 删除
Routes组件的@rendermode属性
- 编译运行,内容没有显示
Reproduction code
.NET version
10.0.0