DEV Community

Discussion on: 8 secrets Vue Developers must know

Collapse
 
anduser96 profile image
Andrei Gatej

Doesn’t seem to work. 🤔

Thread Thread
 
the_one profile image
Roland Doda

What doesn't seem to work?

Thread Thread
 
anduser96 profile image
Andrei Gatej

Your snippet. There’s a likelihood of me doing something wrong though. I’m rendering my component using a render function.

Thread Thread
 
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!