<template> <div class="icons"> icons </div> </template> <script> export default { name: ‘HomeIcons‘ } </script> <style lang="stylus"> .icons onerflow :hidden height: 0 padding-bottom: 50% background :lightblue </style>
<template> <div class="icons"> icons </div> </template> <script> export default { name: ‘HomeIcons‘ } </script> <style lang="stylus"> .icons onerflow :hidden height: 0 padding-bottom: 50% background :lightblue </style>