mirror of https://github.com/vuejs/core.git
chore: fix snapshot from merge
This commit is contained in:
parent
29010501cc
commit
299f7c08c7
|
@ -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'
|
"import { useCssVars as _useCssVars, unref as _unref } from 'vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
expose: [],
|
setup(__props, { expose }) {
|
||||||
setup(__props) {
|
expose()
|
||||||
|
|
||||||
_useCssVars(_ctx => ({
|
_useCssVars(_ctx => ({
|
||||||
\\"xxxxxxxx-color\\": (color)
|
\\"xxxxxxxx-color\\": (color)
|
||||||
|
|
Loading…
Reference in New Issue