We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5b438 commit 2d6de26Copy full SHA for 2d6de26
src/component/componentOptions.ts
@@ -4,7 +4,7 @@ import { ComponentPropsOptions, ExtractPropTypes } from './componentProps'
4
import { ComponentInstance, ComponentRenderProxy } from './componentProxy'
5
6
export interface SetupContext {
7
- readonly attrs: Record<string, string>
+ readonly attrs: Data
8
readonly slots: { [key: string]: (...args: any[]) => VNode[] }
9
readonly parent: ComponentInstance | null
10
readonly root: ComponentInstance
0 commit comments