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
Semicolon is processed incorrectly in attributes, for example v-bind:to is shown as v-bindto.
v-bind:to
v-bindto
Colons are processed as expected
:
::
Open kitchen sink, select Vue mode and replace the content with
<template> <router-link v-bind:to="item.url"> </router-link> </template>
No response
latest
The text was updated successfully, but these errors were encountered:
Vue mode was introduced in #5483, @mkslanc could you maybe take a look if your memory is still fresh? cc @nightwing
Sorry, something went wrong.
#5586 with the fix was merged, will be available in the next release.
No branches or pull requests
Describe the bug
Semicolon is processed incorrectly in attributes, for example
v-bind:to
is shown asv-bindto
.Expected Behavior
Colons are processed as expected
Current Behavior
:
manually shows two colons (::
)Reproduction Steps
Open kitchen sink, select Vue mode and replace the content with
Possible Solution
No response
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
latest
The text was updated successfully, but these errors were encountered: