We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
Learn more about funding links in repositories.
Report abuse
1 parent bda5ff1 commit 11cc12bCopy full SHA for 11cc12b
packages/server-renderer/src/helpers/ssrGetDirectiveProps.ts
@@ -1,8 +1,4 @@
1
-import {
2
- type ComponentPublicInstance,
3
- type Directive,
4
- ssrUtils,
5
-} from '@vue/runtime-core'
+import { type ComponentPublicInstance, type Directive, ssrUtils } from 'vue'
6
7
export function ssrGetDirectiveProps(
8
instance: ComponentPublicInstance,
0 commit comments