1 2 3 4 5 6 7 8 9 10
<div class="container"> <slot /> </div> <style scoped lang="scss"> .container { width: 800px; margin: 0 auto; } </style>