0👍
Try this:
<app-calendar @sendtextevent="(e) => {this.text = e;this.$refs.detail.getDetailInformation();}"></app-calendar>
<app-detail v-if="modalWindowDetail" ref="detail" :event-text="text"></app-detail>
- [Vuejs]-Webpack hot reload doesn't stop html5 audio
- [Vuejs]-[Vue warn]: Unknown custom element: <Document>
Source:stackexchange.com