vue-smart-pagination
vue-smart-pagination copied to clipboard
Webpack Do not use v-for index as key on <transition-group> children, this is the same as not using keys.
Hi, i just upgraded webpack maybe..
Then i found the warning when starting vue cli(webpack).
Do not use v-for index as key on
warning in ./node_modules/vue-smart-pagination/src/components/PaginationPage.vue?vue&type=template&id=4afabc58&
Module Warning (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error) Do not use v-for index as key on <transition-group> children, this is the same as not using keys.
@ ./node_modules/vue-smart-pagination/src/components/PaginationPage.vue?vue&type=template&id=4afabc58& 1:0-379 1:0-379
@ ./node_modules/vue-smart-pagination/src/components/PaginationPage.vue
@ ./node_modules/vue-smart-pagination/src/index.js
how do i solve that?