Skip to content

Commit

Permalink
chore: fix snapshot from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 15, 2021
1 parent 2901050 commit 299f7c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ exports[`CSS vars injection codegen w/ <script setup> using the same var multipl
"import { useCssVars as _useCssVars, unref as _unref } from 'vue'
export default {
expose: [],
setup(__props) {
setup(__props, { expose }) {
expose()
_useCssVars(_ctx => ({
\\"xxxxxxxx-color\\": (color)
Expand Down

0 comments on commit 299f7c0

Please sign in to comment.