File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { InjectionKey } from 'vue'
2
2
import type { Cons } from '../component'
3
3
import type { OptionBuilder } from '../optionBuilder'
4
4
import { obtainSlot , optoinNullableMemberDecorator } from '../utils'
5
- import { compatibleMemberDecorator } from '../deco3/utils'
5
+
6
6
export interface InjectConfig {
7
7
from ?: string | symbol | Symbol | InjectionKey < any >
8
8
default ?: any
Original file line number Diff line number Diff line change 1
1
import type { Cons } from '../component'
2
2
import type { OptionBuilder } from '../optionBuilder'
3
3
import { obtainSlot , optoinNullableMemberDecorator } from '../utils'
4
- import { compatibleMemberDecorator } from '../deco3/utils'
4
+
5
5
export interface PropsConfig {
6
6
type ?: any
7
7
required ?: boolean
Original file line number Diff line number Diff line change 1
1
import { obtainSlot , optoinNullableMemberDecorator } from '../utils'
2
- import { compatibleMemberDecorator } from '../deco3/utils'
2
+
3
3
export const decorator = optoinNullableMemberDecorator ( function ( proto : any , name : string ) {
4
4
const slot = obtainSlot ( proto )
5
5
const map = slot . obtainMap ( 'vanilla' )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { Cons } from '../component'
2
2
import type { OptionBuilder } from '../optionBuilder'
3
3
import { obtainSlot , optoinNullableMemberDecorator } from '../utils'
4
4
import { decorator as PropsDecorator , type PropsConfig } from './props'
5
- import { compatibleMemberDecorator } from '../deco3/utils'
5
+
6
6
export type VModelConfig = PropsConfig & {
7
7
name ?: string
8
8
}
You can’t perform that action at this time.
0 commit comments