From: 白雾三语 <32354856+baiwusanyu-c@users.noreply.github.com> Date: Tue, 28 Mar 2023 10:27:09 +0000 (+0800) Subject: chore: update snapshots by #7766 (#7970) X-Git-Tag: v3.3.0-alpha.6~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddba46ae6d48bd705c671850636c7ab1300137ae;p=thirdparty%2Fvuejs%2Fcore.git chore: update snapshots by #7766 (#7970) --- diff --git a/packages/compiler-sfc/__tests__/cssVars.spec.ts b/packages/compiler-sfc/__tests__/cssVars.spec.ts index 05e5f689ac..5b01d73d77 100644 --- a/packages/compiler-sfc/__tests__/cssVars.spec.ts +++ b/packages/compiler-sfc/__tests__/cssVars.spec.ts @@ -269,7 +269,7 @@ describe('CSS vars injection', () => { ` ) expect(content).toMatch( - `export default {\n setup(__props, { expose }) {\n expose();\n\n_useCssVars(_ctx => ({\n "xxxxxxxx-background": (_unref(background))\n}))` + `export default {\n setup(__props, { expose: __expose }) {\n __expose();\n\n_useCssVars(_ctx => ({\n "xxxxxxxx-background": (_unref(background))\n}))` ) }) })