fix(build): fix accidental inclusion of runtime-core in server-renderer cjs build

close #11137
This commit is contained in:
Evan You 2024-06-14 16:13:18 +02:00
parent bda5ff1d3f
commit 11cc12b915
No known key found for this signature in database
GPG Key ID: B9D421896CA450FB
1 changed files with 1 additions and 5 deletions

View File

@ -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,