|
|
@@ -34,7 +34,7 @@ export function render(_ctx, $props, $emit, $attrs, $slots) {
|
|
|
`;
|
|
|
|
|
|
exports[`compiler: expression > update expression 1`] = `
|
|
|
-"import { child as _child, toDisplayString as _toDisplayString, setText as _setText, setProp as _setProp, renderEffect as _renderEffect, template as _template } from 'vue';
|
|
|
+"import { child as _child, setProp as _setProp, toDisplayString as _toDisplayString, setText as _setText, renderEffect as _renderEffect, template as _template } from 'vue';
|
|
|
const t0 = _template("<div> </div>", true)
|
|
|
|
|
|
export function render(_ctx) {
|
|
|
@@ -44,12 +44,11 @@ export function render(_ctx) {
|
|
|
_renderEffect(() => {
|
|
|
const _String = String
|
|
|
const _foo = _ctx.foo
|
|
|
-
|
|
|
- _setText(n0, _toDisplayString(_String(_foo.id++)) + " " + _toDisplayString(_foo) + " " + _toDisplayString(_ctx.bar))
|
|
|
- _setText(x1, _toDisplayString(_String(_foo.id++)) + " " + _toDisplayString(_foo) + " " + _toDisplayString(_ctx.bar))
|
|
|
_setProp(n1, "id", _String(_foo.id++))
|
|
|
_setProp(n1, "foo", _foo)
|
|
|
_setProp(n1, "bar", _ctx.bar++)
|
|
|
+ _setText(n0, _toDisplayString(_String(_foo.id++)) + " " + _toDisplayString(_foo) + " " + _toDisplayString(_ctx.bar))
|
|
|
+ _setText(x1, _toDisplayString(_String(_foo.id++)) + " " + _toDisplayString(_foo) + " " + _toDisplayString(_ctx.bar))
|
|
|
})
|
|
|
return n1
|
|
|
}"
|