Merge branch '2.x' into dev
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ export default createComponent({
|
||||
};
|
||||
|
||||
const renderPlaceholder = () => {
|
||||
if (loading.value && props.showLoading && inBrowser) {
|
||||
if (loading.value && props.showLoading) {
|
||||
return <div class={bem('loading')}>{renderLoadingIcon()}</div>;
|
||||
}
|
||||
if (error.value && props.showError) {
|
||||
|
||||
Reference in New Issue
Block a user