Closed5

Vue2 と Volar の組み合わせを試したけど props の型チェックが動かない

odanodan

https://github.com/johnsoncodehk/volar/blob/17b50db7dbcee55457fa55127ad93a3806111abd/extensions/vscode-vue-language-features/README.md?_pjax=%23js-repo-pjax-container%2C div[itemtype%3D"http%3A%2F%2Fschema.org%2FSoftwareSourceCode"] main%2C [data-pjax-container]#using

Volar の README によると Vue2 に対応するには

  • @vue/runtime-dom を追加
  • Vue.extend ではなく composition-api の defineComponent を使用
  • tsconfig.json に設定を追加

でいいらしいけど、これらを行っても動かない

試したリポジトリは↓のやつ

https://github.com/odan-sandbox/vue2-volar-sandbox2

odanodan

Volar のコードをちょっと読んでわかった仕組みのメモ

このスクラップは2021/12/08にクローズされました