Replies: 2 comments
-
I think it's part of the renderer once you have final html content. You will required "flag" to identify if its normal link or link, then transform data to correct required format. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't have a solution but the same problem. My current workaround is to use a normal html anchor element, provide an onclick handler, prevent default behavior by using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a vue-specific question, I know, but I just started to dig in into this subject and just wanted some help if it was already done somewhere (or anything like this). I know that we can insert whole vue components using
decorators
functionality, but what about inline elements? I haven't tried anything yet, but I think inserting a vue component (which<router-lnik>
is) as an inline element (a node?) could be problematicBeta Was this translation helpful? Give feedback.
All reactions