banner.vue 171 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <template> <div class="bg"> </div> </template> <script> export default { name: 'Banner' }; </script> <style lang="scss" scoped> .bg { height: 620px; } </style>