enhance(frontend): デッキのカラムからリロードできる機能を追加 (misskey-dev#12274) (MisskeyIO#220)

Co-authored-by: samunohito <46447427+sam-osamu@users.noreply.github.com>
This commit is contained in:
まっちゃとーにゅ 2023-11-07 22:51:08 +09:00 committed by GitHub
parent fe16916c72
commit 510c2b6808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 55 additions and 11 deletions

View file

@ -84,6 +84,10 @@ onActivated(() => {
onUnmounted(() => {
if (connection) connection.dispose();
});
defineExpose({
reload,
});
</script>
<style lang="scss" module>