diff --git a/examples/routers/poptip.vue b/examples/routers/poptip.vue
index 981a3d07..459fac0c 100644
--- a/examples/routers/poptip.vue
+++ b/examples/routers/poptip.vue
@@ -17,7 +17,7 @@
-->
-
+
diff --git a/src/components/poptip/poptip.vue b/src/components/poptip/poptip.vue
index aeec6f56..a30076a4 100644
--- a/src/components/poptip/poptip.vue
+++ b/src/components/poptip/poptip.vue
@@ -96,7 +96,9 @@
},
transfer: {
type: Boolean,
- default: false
+ default () {
+ return this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
+ }
},
popperClass: {
type: String