Skip to content
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

fix: v-for explicit key #797

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Conversation

setchy
Copy link
Contributor

@setchy setchy commented Mar 31, 2024

Description

Addressed Issue

Fixes startup warning

Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) <router-link v-for="item in section.children">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.

 @ ./src/views/administration/AdminMenu.vue?vue&type=template&id=45a3a857&scoped=true& 1:0-438 1:0-438
 @ ./src/views/administration/AdminMenu.vue
 @ ./node_modules/babel-loader/lib??ref--12-0!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/administration/Administration.vue?vue&type=script&lang=js&
 @ ./src/views/administration/Administration.vue?vue&type=script&lang=js&
 @ ./src/views/administration/Administration.vue
 @ ./src/router/index.js
 @ ./src/main.js
 @ multi (webpack)-dev-server/client?http://192.168.1.108:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

Additional Details

Checklist

Signed-off-by: Adam Setch <[email protected]>
Signed-off-by: Adam Setch <[email protected]>
@nscuro nscuro added the defect Something isn't working label Apr 2, 2024
@nscuro nscuro added this to the 4.11 milestone Apr 2, 2024
@nscuro nscuro merged commit fc94fb8 into DependencyTrack:master Apr 2, 2024
10 checks passed
@setchy setchy deleted the fix/v-for-key branch April 2, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants