This commit is contained in:
kakkokari-gtyih 2024-06-02 20:33:17 +09:00
parent b511821aaf
commit 318d288197
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ misskeyApi('notes/show', {
}).catch(err => { }).catch(err => {
console.error(err); console.error(err);
loading.value = false; loading.value = false;
}) });
</script> </script>
<style lang="scss" module> <style lang="scss" module>

View File

@ -48,7 +48,7 @@ misskeyApi('users/show', {
}).catch(err => { }).catch(err => {
console.error(err); console.error(err);
loading.value = false; loading.value = false;
}) });
</script> </script>
<style lang="scss" module> <style lang="scss" module>