Skip to content

Commit

Permalink
chore: update snapshots by #7766 (#7970)
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwusanyu-c committed Mar 28, 2023
1 parent 139104b commit ddba46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-sfc/__tests__/cssVars.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ describe('CSS vars injection', () => {
</style>`
)
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}))`
)
})
})
Expand Down

0 comments on commit ddba46a

Please sign in to comment.