1 2 3 4 5 6 7 8
<template> <div class="quickstart"> <h2>Get started</h2> <div class="steps"> <slot /> </div> </div> </template>