Skip to content

vue/no-dupe-keys tips Duplicated key #2192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
laterdayi opened this issue May 26, 2023 · 2 comments · Fixed by #2189
Closed

vue/no-dupe-keys tips Duplicated key #2192

laterdayi opened this issue May 26, 2023 · 2 comments · Fixed by #2189

Comments

@laterdayi
Copy link

laterdayi commented May 26, 2023


inteface PropsType {
loading :boolean
}

const {
  loading = false,
} = defineProps<PropsType>();

图片

@laterdayi
Copy link
Author

In fact, loading is declared in interface

@FloEdelmann
Copy link
Member

Already reported in #2096 (comment) and being worked on in #2189.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants