Laravel Vu3

<script>
export default {
props:['title', 'url'],
mounted(){
console.log('ci siamo');
}
}
</script>
Exuberant Eagle