<x-buttonhamburger v-on:click="click" />

<script>
    var count = 0
    const click = function() {
        count++
        console.log(`Click ${count}`)
    }
</script>
<x-buttonhamburger v-on:click="click"/>

<script>
  var count = 0
  const click = function() {
    count++
    console.log(`Click ${count}`)
  }
</script>
/* No context defined for this component. */

These are some notes about the component