fix: `pop` if `beforeMount`

beforemount-callback
paoloricciuti 6 months ago
parent 283ab8dd4a
commit 642f967c96

@ -248,7 +248,7 @@ function _mount(
}
}
if (context) {
if (context || beforeMount) {
pop();
}
}

Loading…
Cancel
Save