chore: remove hanging slash from import

This commit is contained in:
Evan You 2023-02-02 22:13:53 +08:00
parent 7bc7066952
commit e22b5c510d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { isSlotOutlet, isStaticArgOf, isStaticExp } from '../utils'
import { buildProps, PropsExpression } from './transformElement'
import { createCompilerError, ErrorCodes } from '../errors'
import { RENDER_SLOT } from '../runtimeHelpers'
import { camelize } from '@vue/shared/'
import { camelize } from '@vue/shared'
export const transformSlotOutlet: NodeTransform = (node, context) => {
if (isSlotOutlet(node)) {