Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

优化建议:渲染动画 #6

Closed
wencaizhang opened this issue Jul 5, 2019 · 2 comments
Closed

优化建议:渲染动画 #6

wencaizhang opened this issue Jul 5, 2019 · 2 comments

Comments

@wencaizhang
Copy link

对应的笔记链接:用户体验

建议将渲染(loading)动画直接放在 #app 内部,当 App.vue 挂载的时候会直接清空 #app 内原有的 DOM 元素,就无需手动移除了。

<body>
  <div id="app">
    <div id="system-loading" class="showbox"></div>
  </div>
</body>
@calebman
Copy link
Owner

好的非常感谢

@wwggxx
Copy link

wwggxx commented Aug 31, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants