mirror of https://github.com/vuejs/core.git
fix(build): fix accidental inclusion of runtime-core in server-renderer cjs build
close #11137
This commit is contained in:
parent
bda5ff1d3f
commit
11cc12b915
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue