This repository was archived by the owner on Oct 23, 2023. It is now read-only.
  
  
  
  
  
Description
I want to use vue-tsc with currently a Vue 2 project due to I'm stuck on Vuetify
But sadly I get errors like <template v-for> key should be placed on the <template> tag. vue(32)
https://v3.vuejs.org/guide/migration/key-attribute.html#overview
This is correct for Vue 3, but not for Vue 2. Is it possible somehow to use a --vue=2 mode to prevent/suppress such errors?
De we need to report that to Volar instead of vue-tsc?