chore: use '@vue/shared' instead of '@vue/shared/src' (#1915)
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
Fragment,
|
||||
unref
|
||||
} from '@vue/runtime-core'
|
||||
import { ShapeFlags } from '@vue/shared/src'
|
||||
import { ShapeFlags } from '@vue/shared'
|
||||
|
||||
export function useCssVars(
|
||||
getter: (ctx: ComponentPublicInstance) => Record<string, string>,
|
||||
|
||||
Reference in New Issue
Block a user