123456789101112131415161718192021222324252627282930 |
- <template>
- <view class="homePage-container">
-
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- onShow() {
-
- },
- methods:{
-
- }
- }
- </script>
- <style lang="scss">
- page{
- height: 100%;
- }
- .homePage-container {
- width: 100%;
- height: 100%;
- }
- </style>
|