enhance(frontend): デッキのカラムからリロードできる機能を追加 (misskey-dev#12274) (MisskeyIO#220)
Co-authored-by: samunohito <46447427+sam-osamu@users.noreply.github.com>
This commit is contained in:
parent
fe16916c72
commit
510c2b6808
10 changed files with 55 additions and 11 deletions
|
@ -84,6 +84,10 @@ onActivated(() => {
|
|||
onUnmounted(() => {
|
||||
if (connection) connection.dispose();
|
||||
});
|
||||
|
||||
defineExpose({
|
||||
reload,
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue