Closed
Description
Version
2.2.1
Reproduction link
https://play.nativescript.org/?template=play-vue&id=5Dw8Pj
Platform and OS info
NA
Steps to reproduce
try to use a named slot using the vue.js version 2.6.0 syntax "v-slot"
What is expected?
using a named slot with the updated syntax like "v-slot:mySlotName" should render the designated content in the named slot and not render any default content in that named slot
What is actually happening?
default content is rendered as well along with the designated content.