zhanghui пре 1 година
родитељ
комит
257e906878
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      pages/index/index.vue

+ 3 - 1
pages/index/index.vue

@@ -1,5 +1,7 @@
 <template>
-	<diyC ref="diy" v-if="isDiy" @pullResh="pullResh"></diyC>
+	<view>
+		<diyC ref="diy" v-if="isDiy" @pullResh="pullResh"></diyC>
+	</view>
 </template>
 
 <script>