We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The original snippet was:
@change="emit('change', event.target.value)"
I guess you are trying to type $emit but the $ was recognized as a symbol for placeholder. You can use \\$ in the snippet body instead.
$emit
$
\\$