|
|
|
|
|
by codethief
872 days ago
|
|
You're proving my point. > For Vue 3 it was a priority Right, for version 3. And type checking & IDE support still don't work glitch-free. > Features like the `defineProps` macro are specifically designed to make TS development easier. As you say, in more recent Vue versions, defineProps is a compiler macro, no longer something you `import […] from 'vue'`. So IDE developers had to put in effort to support it. |
|