Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-07 21:01:41 +08:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export default createComponent({
const renderLoading = () => {
if (loading.value && !props.finished) {
return (
<div class={bem('loading')} key="loading">
<div class={bem('loading')}>
{slots.loading ? (
slots.loading()
) : (