]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove hanging slash from import
authorEvan You <yyx990803@gmail.com>
Thu, 2 Feb 2023 14:13:53 +0000 (22:13 +0800)
committerEvan You <yyx990803@gmail.com>
Thu, 2 Feb 2023 20:31:17 +0000 (04:31 +0800)
packages/compiler-core/src/transforms/transformSlotOutlet.ts

index 409bfabb6edaa4462cb09197f35562daf21359a8..5fc0af5f7be6949b9588f1672dd63afd57c4f49c 100644 (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)) {