cinwell.li 8 лет назад
Родитель
Сommit
096aaee30c
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      packages/tooltip/src/main.js

+ 2 - 0
packages/tooltip/src/main.js

@@ -52,6 +52,8 @@ export default {
   },
 
   render(h) {
+    if (this.$isServer) return;
+
     this.popperVM.node = (
       <transition
         name={ this.transition }