Skip to content

Commit

Permalink
fix(build): fix accidental inclusion of runtime-core in server-render…
Browse files Browse the repository at this point in the history
…er cjs build

close #11137
  • Loading branch information
yyx990803 committed Jun 14, 2024
1 parent bda5ff1 commit 11cc12b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/server-renderer/src/helpers/ssrGetDirectiveProps.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
type ComponentPublicInstance,
type Directive,
ssrUtils,
} from '@vue/runtime-core'
import { type ComponentPublicInstance, type Directive, ssrUtils } from 'vue'

export function ssrGetDirectiveProps(
instance: ComponentPublicInstance,
Expand Down

0 comments on commit 11cc12b

Please sign in to comment.