Tooltip: fix bug in ssr, fixed #3050

This commit is contained in:
qingwei.li
2017-02-28 17:52:30 +08:00
committed by 杨奕
parent 5440acfda7
commit d443b4d451

View File

@@ -39,7 +39,7 @@ export default {
},
beforeCreate() {
if (this.$isServegr) return;
if (this.$isServer) return;
this.popperVM = new Vue({
router: this.$router,