Missing ;
This commit is contained in:
parent
f22b1c0ec8
commit
eea958f274
@ -84,7 +84,7 @@ watchEffect(() => {
|
||||
}
|
||||
});
|
||||
|
||||
onBeforeUnmount(() => stop())
|
||||
onBeforeUnmount(() => stop());
|
||||
|
||||
async function requestPermissions() {
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user