<!-- @format --> <template> <view class="app-container"> </view> </template> <script> export default {}; </script> <style lang="scss" scoped> .app-container { height: 100vh; background: rgb(243, 244, 249); } </style>