<template> <view> <image src="/static/img/rule.png" style="width:100%;min-height:100vh" mode="aspectFill"/> </view> </template> <script> export default { data() { return { }; } } </script> <style lang="scss"> </style>