We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
对应的笔记链接:用户体验
建议将渲染(loading)动画直接放在 #app 内部,当 App.vue 挂载的时候会直接清空 #app 内原有的 DOM 元素,就无需手动移除了。
#app
App.vue
<body> <div id="app"> <div id="system-loading" class="showbox"></div> </div> </body>
The text was updated successfully, but these errors were encountered:
好的非常感谢
Sorry, something went wrong.
No branches or pull requests
对应的笔记链接:用户体验
建议将渲染(loading)动画直接放在
#app
内部,当App.vue
挂载的时候会直接清空#app
内原有的 DOM 元素,就无需手动移除了。The text was updated successfully, but these errors were encountered: