@@ -0,0 +1,27 @@
+<template>
+ <mobile-frame>
+ <view class="main">
+ <view class="one">
+1
+ </view>
+ </mobile-frame>
+</template>
+
+<script>
+ export default {
+ data() {
+ return {
+ };
+ },
+ onShow: function() {},
+ methods: {
+ }
+</script>
+<style lang="scss">
+</style>