diff --git a/docs/site/mobile/App.vue b/docs/site/mobile/App.vue
index abb7fc819..5722a8178 100644
--- a/docs/site/mobile/App.vue
+++ b/docs/site/mobile/App.vue
@@ -8,6 +8,15 @@
:left-arrow="showNav"
@click-left="onBack"
/>
+
@@ -42,6 +51,10 @@ export default {
}
},
+ beforeCreate() {
+ this.tips = 'Tips: 当前预览的是 Vue 版 Vant 的示例,少部分功能可能与小程序版有出入,请以文档描述和实际效果为准。';
+ },
+
methods: {
onBack() {
history.back();