Vue-select: How to fix warnings due to deprecated "scope" ?

Created on 2 Apr 2018  路  2Comments  路  Source: sagalbot/vue-select

I get the following warning due to <template slot="option" slot-scope="option"> and <template slot="selected-option" scope="option">.

How should I fix it ?

WARNING in ./node_modules/vue-loader/lib/template-compiler?{"id":"data-v-30a11342","hasScoped":true,"buble":{"transforms":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./resources/assets/js/components/shared/transaction-add.vue
(Emitted value instead of an instance of Error) the "scope" attribute for scoped slots have been deprecated and replaced by "slot-scope" since 2.5. The new "slot-scope" attribute can also be used on plain elements in addition to