File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
packages/compiler-vapor/__tests__/transforms/__snapshots__ Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -97,17 +97,6 @@ export function render(_ctx) {
9797} "
9898` ;
9999
100- exports [` cache multiple access > not cache variable with inline function 1` ] = `
101- "import { setDynamicProps as _setDynamicProps , renderEffect as _renderEffect , template as _template } from 'vue';
102- const t0 = _template("<div ></div >", true)
103-
104- export function render(_ctx) {
105- const n0 = t0 ()
106- _renderEffect (() => _setDynamicProps (n0 , [{ foo : bar => _ctx .foo = bar }], true ))
107- return n0
108- } "
109- ` ;
110-
111100exports [` cache multiple access > object property chain access 1` ] = `
112101"import { setProp as _setProp , renderEffect as _renderEffect , template as _template } from 'vue';
113102const t0 = _template("<div ></div >")
You can’t perform that action at this time.
0 commit comments