Tooltip: fix bug in ssr, fixed #3050

pull/3153/head
qingwei.li 2017-02-28 17:52:30 +08:00 committed by 杨奕
parent 5440acfda7
commit d443b4d451
1 changed files with 1 additions and 1 deletions

View File

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