Skip to content

0.19.1

Compare
Choose a tag to compare
@octref octref released this 24 Apr 23:31
· 2548 commits to master since this release

0.19.1 | 2019-04-24 | VSIX

  • Fix a server crash on failed attribute transformation for any attribute with dash such as :prop-test. #1220 and #1222.
  • Fix a server crash on failed v-on transformation such as @click="() => foo = 123". #1227 and #1228.
  • Server now will gracefully fallback in cases of failed transformations.
  • Add a command `Vetur: Show corresponding virtual file and sourcemap" to help diagnose template interpolation related issues. #1233.