DEV Community

Discussion on: 8 secrets Vue Developers must know

 
the_one profile image
Roland Doda

Since we are talking about functional components the full code snippet should be:

<template functional>
  <button v-on="listeners">Click me </button>
</template>
Thread Thread
 
anduser96 profile image
Andrei Gatej

I’ll give it another try tomorrow and I’ll let you know how it went!