Skip to content

Commit 299f7c0

Browse files
committed
chore: fix snapshot from merge
1 parent 2901050 commit 299f7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ exports[`CSS vars injection codegen w/ <script setup> using the same var multipl
7070
"import { useCssVars as _useCssVars, unref as _unref } from 'vue'
7171
7272
export default {
73-
expose: [],
74-
setup(__props) {
73+
setup(__props, { expose }) {
74+
expose()
7575
7676
_useCssVars(_ctx => ({
7777
\\"xxxxxxxx-color\\": (color)

0 commit comments

Comments
 (0)