/vue_volar_error_sample

vue volar 0.37.8 error sample

Primary LanguageVueMIT LicenseMIT

vue_volar_error_sample

volar 0.37.8 + vue 2 error sample.

volar_vue vue 2 vue 3
volar 0.37.7 volar 0.37.7 \ vue 2 volar 0.37.7 \ vue 3
volar 0.37.8 volar 0.37.8 \ vue 2 volar 0.37.8 \ vue 3

How to fix

Replace "experimentalCompatMode": 2 with "target": 2 in tsconfig.json

vuejs/language-tools#1457 (comment)

fixed