chore: use '@vue/shared' instead of '@vue/shared/src' (#1915)

This commit is contained in:
XRenSiu
2020-08-22 00:50:06 +08:00
committed by GitHub
parent f02e2f99d9
commit bb54a84cd1
3 changed files with 3 additions and 3 deletions

View File

@@ -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>,