koumoul-dev / vue-openapi

OpenAPI viewer component for VueJS
MIT License
90 stars 19 forks source link

Vue 2.5 change from slot to slot-scope, close issue #6 #7

Closed jflaflamme closed 6 years ago

jflaflamme commented 6 years ago

Address #6

nicolas-bonnel commented 6 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.