diff --git a/examples/routers/poptip.vue b/examples/routers/poptip.vue
index 981a3d0..459fac0 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 aeec6f5..a30076a 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
--
libgit2 0.21.4