@@ -34,7 +34,7 @@ export function render(_ctx, $props, $emit, $attrs, $slots) {
34
34
` ;
35
35
36
36
exports [` compiler: expression > update expression 1` ] = `
37
- "import { child as _child , toDisplayString as _toDisplayString , setText as _setText , setProp as _setProp , renderEffect as _renderEffect , template as _template } from 'vue';
37
+ "import { child as _child , setProp as _setProp , toDisplayString as _toDisplayString , setText as _setText , renderEffect as _renderEffect , template as _template } from 'vue';
38
38
const t0 = _template("<div > </div >", true)
39
39
40
40
export function render(_ctx) {
@@ -44,12 +44,11 @@ export function render(_ctx) {
44
44
_renderEffect (() => {
45
45
const _String = String
46
46
const _foo = _ctx .foo
47
-
48
- _setText (n0 , _toDisplayString (_String (_foo .id ++ )) + " " + _toDisplayString (_foo ) + " " + _toDisplayString (_ctx .bar ))
49
- _setText (x1 , _toDisplayString (_String (_foo .id ++ )) + " " + _toDisplayString (_foo ) + " " + _toDisplayString (_ctx .bar ))
50
47
_setProp (n1 , " id" , _String (_foo .id ++ ))
51
48
_setProp (n1 , " foo" , _foo )
52
49
_setProp (n1 , " bar" , _ctx .bar ++ )
50
+ _setText (n0 , _toDisplayString (_String (_foo .id ++ )) + " " + _toDisplayString (_foo ) + " " + _toDisplayString (_ctx .bar ))
51
+ _setText (x1 , _toDisplayString (_String (_foo .id ++ )) + " " + _toDisplayString (_foo ) + " " + _toDisplayString (_ctx .bar ))
53
52
})
54
53
return n1
55
54
} "
0 commit comments