Skip to content

Commit 11cc12b

Browse files
committedJun 14, 2024··
fix(build): fix accidental inclusion of runtime-core in server-renderer cjs build
close #11137
1 parent bda5ff1 commit 11cc12b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎packages/server-renderer/src/helpers/ssrGetDirectiveProps.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
type ComponentPublicInstance,
3-
type Directive,
4-
ssrUtils,
5-
} from '@vue/runtime-core'
1+
import { type ComponentPublicInstance, type Directive, ssrUtils } from 'vue'
62

73
export function ssrGetDirectiveProps(
84
instance: ComponentPublicInstance,

0 commit comments

Comments
 (0)
Please sign in to comment.