Static GitHub Issues

[2268] Nuxt scoped slot not working

prev: How does the 'generate' work with middleware ?
next: store.registerModule in plugin

Scoped slots seem to be broken in Nuxt.js for me. Properties don't seem to be being re-scoped using 'slot-scope'. This used to work for me so not sure what's changed in my setup. Same code works fine in Vue.js setup with vue-webpack. What am I missing? Minimum case created on Glitch: https://glitch.com/edit/#!/tart-radiator?path=pages/index.vue:1:0 https://tart-radiator.glitch.me/

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1987">#c1987</a>)</em></sub></div>