This commit is contained in:
syuilo 2019-05-21 18:09:05 +09:00
parent d0cc145cb3
commit 08b6fda065
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
2 changed files with 5 additions and 1 deletions

View File

@ -73,6 +73,10 @@ export default Vue.extend({
sound.play(); sound.play();
} }
} }
},
onInited: (self) => {
self.$emit('loaded');
} }
}), }),
], ],

View File

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<mk-notes ref="timeline" :pagination="pagination" @inited="inited"> <mk-notes ref="timeline" :pagination="pagination" @loaded="inited">
<template #header> <template #header>
<header class="wqraeznr"> <header class="wqraeznr">
<span><fa icon="hashtag"/> {{ $route.params.tag }}</span> <span><fa icon="hashtag"/> {{ $route.params.tag }}</span>