]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix snapshot
authorEvan You <yyx990803@gmail.com>
Wed, 23 Oct 2019 14:57:05 +0000 (10:57 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 23 Oct 2019 14:57:05 +0000 (10:57 -0400)
packages/compiler-dom/__tests__/__snapshots__/index.spec.ts.snap

index e7f4cb03f46bb7caea9b21c31c74d563d5a582be..eb3ac43f92a78457c21afed18f1c7f890a0fad0f 100644 (file)
@@ -14,7 +14,7 @@ return function render() {
       _createVNode(\\"div\\", { textContent: text }, null, 8 /* PROPS */, [\\"textContent\\"]),
       _createVNode(\\"div\\", { innerHTML: html }, null, 8 /* PROPS */, [\\"innerHTML\\"]),
       _createVNode(\\"div\\", null, \\"test\\"),
-      _createVNode(\\"div\\", { style: _hoisted_1 }, \\"red\\", 4 /* STYLE */),
+      _createVNode(\\"div\\", { style: _hoisted_1 }, \\"red\\"),
       _createVNode(\\"div\\", { style: {color: 'green'}}, null, 4 /* STYLE */)
     ]))
   }