mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 07:11:03 -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() {
|
async function requestPermissions() {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue