Skip to content

Commit ddba46a

Browse files
authored
chore: update snapshots by #7766 (#7970)
1 parent 139104b commit ddba46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/__tests__/cssVars.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ describe('CSS vars injection', () => {
269269
</style>`
270270
)
271271
expect(content).toMatch(
272-
`export default {\n setup(__props, { expose }) {\n expose();\n\n_useCssVars(_ctx => ({\n "xxxxxxxx-background": (_unref(background))\n}))`
272+
`export default {\n setup(__props, { expose: __expose }) {\n __expose();\n\n_useCssVars(_ctx => ({\n "xxxxxxxx-background": (_unref(background))\n}))`
273273
)
274274
})
275275
})

0 commit comments

Comments
 (0)