Closed jflaflamme closed 7 years ago
From this link, it seems the goal of slot-scope is to remove <template>
tags. As there are no tags inside <template>
, we should replace it with a <div>
or <span>
.
Moreover, there are still peoples who use older version of vue 2, and replacing slot with slot-scope could break compatibility.
Address #6