<template> <view class="home"> </view> </template> <script> export default { onLoad: function() {} } </script> <style lang="scss"> page { background-color: #202246; } .home { width: 100vw; } </style>