Quantcast
Channel: Recent Gists from caiokawasaki
Viewing all articles
Browse latest Browse all 18

component.vue

$
0
0
component.vue
<template>
...
</template>
<script>
import Bus from '../support/bus'
export default {
mounted() {
Bus.$on('mounted')
},
destroyed() {
Bus.$off('mounted')
}
}
</script>
<style scoped>
...
</style>

Viewing all articles
Browse latest Browse all 18

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>