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 {
|
import { type ComponentPublicInstance, type Directive, ssrUtils } from 'vue'
|
||||||
type ComponentPublicInstance,
|
|
||||||
type Directive,
|
|
||||||
ssrUtils,
|
|
||||||
} from '@vue/runtime-core'
|
|
||||||
|
|
||||||
export function ssrGetDirectiveProps(
|
export function ssrGetDirectiveProps(
|
||||||
instance: ComponentPublicInstance,
|
instance: ComponentPublicInstance,
|
||||||
|
|
Loading…
Reference in New Issue