@@ -11,7 +11,7 @@ return function render() {
11
11
id: \\" foo\\ " ,
12
12
class: bar .baz
13
13
}, [
14
- _createVNode (_Text , null , _toString (world .burn ()), 1 /* TEXT */ ),
14
+ _createVNode (_Text , null , _toString (world .burn ()) + \\ " \\ " , 1 /* TEXT */ ),
15
15
(_openBlock (), ok
16
16
? _createBlock (\\" div\\ " , { key: 0 }, \\" yes\\ " )
17
17
: _createBlock (_Fragment , { key: 1 }, [\\" no\\ " ])),
@@ -34,7 +34,7 @@ return function render() {
34
34
id: \\" foo\\ " ,
35
35
class: _ctx .bar .baz
36
36
}, [
37
- createVNode (Text , null , toString (_ctx .world .burn ()), 1 /* TEXT */ ),
37
+ createVNode (Text , null , toString (_ctx .world .burn ()) + \\ " \\ " , 1 /* TEXT */ ),
38
38
(openBlock (), (_ctx .ok )
39
39
? createBlock (\\" div\\ " , { key: 0 }, \\" yes\\ " )
40
40
: createBlock (Fragment , { key: 1 }, [\\" no\\ " ])),
@@ -56,7 +56,7 @@ export default function render() {
56
56
id: \\" foo\\ " ,
57
57
class: _ctx .bar .baz
58
58
}, [
59
- createVNode (Text , null , toString (_ctx .world .burn ()), 1 /* TEXT */ ),
59
+ createVNode (Text , null , toString (_ctx .world .burn ()) + \\ " \\ " , 1 /* TEXT */ ),
60
60
(openBlock (), (_ctx .ok )
61
61
? createBlock (\\" div\\ " , { key: 0 }, \\" yes\\ " )
62
62
: createBlock (Fragment , { key: 1 }, [\\" no\\ " ])),
0 commit comments