Update common.ts
This commit is contained in:
parent
40dd443f41
commit
216be5e209
|
@ -266,7 +266,6 @@ export async function common(createVue: () => App<Element>) {
|
|||
}
|
||||
|
||||
function removeSplash() {
|
||||
console.log('remove splash');
|
||||
const splash = document.getElementById('splash');
|
||||
if (splash) {
|
||||
splash.style.opacity = '0';
|
||||
|
|
Loading…
Reference in a new issue