-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
⚡️ featureSuper New featureSuper New feature
Description
Story
Linkify events option is not works, because this option made for wokring pure dom element or jquery.
<template>
<div v-linkify:options="{
target: '_blank',
attributes: {
onclick: 'event.stopPropagation()',
},
}">
...
</div>
</template>
So we should use attributes for using events. But as you known this is not good DX.
Solution
Maybe I can bind directive.option.event with attributes.event?
Metadata
Metadata
Assignees
Labels
⚡️ featureSuper New featureSuper New feature