Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Latest commit

 

History

History
96 lines (78 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

96 lines (78 loc) · 13.4 KB

1.8.1 (2021-08-15)

Bug Fixes

Features

  • add vueTemplateCompiler option (3274c05), closes #76
  • add allowDeclareFields for babel ts option (#120) (798953a)
  • default compilerOptions: whitespace: 'condense' (#62) (ab62cce)
  • import vue file as raw correctly (#72) (175beb3)
  • improve codegen compat, use var component insteadof var component (#115) (77d3cac)
  • support decorator at jsx (08821c6), closes #113 #106

1.2.2 (2021-02-27)

Bug Fixes

Features