vue-input-facade icon indicating copy to clipboard operation
vue-input-facade copied to clipboard

feat: Add event keypress

Open Bundara123 opened this issue 1 year ago • 2 comments

Description

I need to raise events from the event in component to the outside component continues logic for our business logic

Bundara123 avatar Jan 05 '24 04:01 Bundara123

Listing all the events is starting to look redundant, I wonder if perhaps this is an opportunity to refactor this to use v-on="$listeners" instead?

RonaldJerez avatar Jan 11 '24 15:01 RonaldJerez

Listing all the events is starting to look redundant, I wonder if perhaps this is an opportunity to refactor this to use v-on="$listeners" instead?

you need to refactor to on="$listeners"` is good

Bundara123 avatar Jan 15 '24 03:01 Bundara123