Tooltip: fix bug in ssr, fixed #3050

This commit is contained in:
qingwei.li 2017-02-28 17:51:44 +08:00 committed by 杨奕
parent 23dcba4104
commit 5440acfda7

View File

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