form icon indicating copy to clipboard operation
form copied to clipboard

[WIP] fix: fix issues with Vue's typings in SFC format

Open crutchcorn opened this issue 1 year ago • 1 comments

As https://github.com/vuejs/language-tools/issues/3782 was solved in Vue 3.4, we're marking Vue 3.4 as the minimum supported version for our Vue adapter

I'm having problems getting defineComponent typings working for both Vue SFC formats and JSX formats alike.

The first commit in this PR works for JSX formats but not SFC formats

The second commits in this PR works for SFC formats but not JSX formats

crutchcorn avatar Jul 06 '24 08:07 crutchcorn