🚀 [Feature] Refactor deprecated slot syntax
Created by: Tirokk
Authored by mattwr18 Closed
⚡ Refactor
Following https://vuejs.org/v2/guide/components-slots.html#Named-Slots
We are using deprecated syntax in various places in our code base
In short, <template slot="index" slot-scope="scope">
can be refactored to <template #index="scope">
Motivation for this change, and more examples can be found here https://github.com/vuejs/rfcs/blob/master/active-rfcs/0001-new-slot-syntax.md