We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description When pasting a link into the editor, the json output of the href attribute of the link is assigned as a array instead of a string.
href
Steps to reproduce the bug Steps to reproduce the behavior:
CodeSandbox I created a CodeSandbox to help you debug the issue: https://codesandbox.io/s/determined-moser-id8fd?file=/src/components/HelloWorld.vue
Expected behavior When pasting, the link should be a string too.
Environment?
The text was updated successfully, but these errors were encountered:
7da647d
No branches or pull requests
Description
When pasting a link into the editor, the json output of the
href
attribute of the link is assigned as a array instead of a string.Steps to reproduce the bug
Steps to reproduce the behavior:
CodeSandbox
I created a CodeSandbox to help you debug the issue: https://codesandbox.io/s/determined-moser-id8fd?file=/src/components/HelloWorld.vue
Expected behavior
When pasting, the link should be a string too.
Environment?
The text was updated successfully, but these errors were encountered: