Subscribe on changes!

The default export of a module has or is using the dedicated name "PropsType".

avatar
May 26th 2023

Vue version

latest

Link to minimal reproduction

Steps to reproduce

interface PropsType { 
  last?: boolean;
 } 

 const props = defineProps<PropsType>();

What is expected?

success

What is actually happening?

interface PropsType { 
  last?: boolean;
 } 

 const props = defineProps<PropsType>();

System Info

No response

Any additional comments?

No response

avatar
May 26th 2023

图片

avatar
May 26th 2023

This error probably not related to vue Closed due to no reproduction.