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.