Fix loading state for config

This commit is contained in:
Ingvar Stepanyan
2021-07-14 12:10:06 +00:00
parent d66ef27c33
commit ce0372e179

View File

@@ -215,7 +215,7 @@
URL.revokeObjectURL(a.href); URL.revokeObjectURL(a.href);
}; };
render(props, state) { render(props, { config }) {
return typeof config === 'string' return typeof config === 'string'
? config ? config
: h( : h(