vue-component-analyzer icon indicating copy to clipboard operation
vue-component-analyzer copied to clipboard

type only props parsing

Open Disservin opened this issue 9 months ago • 1 comments

Hi,

I am fairly certain your props parsing fails for vue's new way of defining props.

const props = defineProps<{
  foo: string
  bar?: number
}>()

Disservin avatar Sep 28 '23 08:09 Disservin