mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 23:05:11 -04:00
Missing ;
This commit is contained in:
parent
f22b1c0ec8
commit
eea958f274
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ watchEffect(() => {
|
|||
}
|
||||
});
|
||||
|
||||
onBeforeUnmount(() => stop())
|
||||
onBeforeUnmount(() => stop());
|
||||
|
||||
async function requestPermissions() {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue