Explorar el Código

fix hydration warning test in phantomjs

Evan You hace 10 años
padre
commit
4290cdb6f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/unit/modules/vdom/patch/hydration.spec.js

+ 1 - 1
test/unit/modules/vdom/patch/hydration.spec.js

@@ -131,7 +131,7 @@ describe('hydration', () => {
     dom.innerHTML = '<div><span>foo</span></div>'
 
     const vm = new Vue({
-      template: '<div><test :msg="msg"></test></div>',
+      template: '<div><test></test></div>',
       components: {
         test: {
           data () {