Ray

Results 281 comments of Ray

My PR doesn't report `v-bind is missing expression`, since `CompilerDOM.compile()` itself doesn't throw on those invalid directives.

Yeah, `v-if` with `:key` generates `{ key: 0 }` while `v-for` with `:key` generates `{ key: }`

I guess should be partially fixed by https://github.com/vuejs/language-tools/pull/4412?

@justin-schroeder Can you try this plz https://github.com/unplugin/unplugin-vue-complex-types/commit/df8d0a521df0d79d9cacd6e516b24595b0bd6f75

Could you please transfer this issue to vuejs/language-tools?

Try upgrading to 1.8.18, does this help?

Probably related to https://github.com/vuejs/language-tools/issues/3460

Thanks for your reply, it's working! 👍