ZHAO Jinxiang
|
27eed829cc
fix(types): vue 3 directive type compatibility (#12792)
|
3 年 前 |
gu
|
89a6b5e865
feat(types): support mixins inference for new Vue() (#12737)
|
3 年 前 |
jf-paradis
|
00458cd38d
fix(types): Make SetupBindings optional on ExtendedVue and CombinedVueInstance (#12727)
|
3 年 前 |
Evan You
|
fabc1cf89f
fix(types): avoid circular type inference between v2 and v3 instance types
|
3 年 前 |
Nathan Shively-Sanders
|
46ec648694
fix(types): vue.d.ts should use relative import to v3-component-public-instance (#12668)
|
3 年 前 |
Nikhil Verma
|
fffbb9e856
fix(types): $refs can also contain ComponentPublicInstance (#12659)
|
3 年 前 |
Evan You
|
52a59790a5
fix(types): fix $children and $root instance types
|
3 年 前 |
Evan You
|
005e52d0b6
fix(types): support Vue interface augmentations in defineComponent
|
3 年 前 |
Evan You
|
f8de4ca9d4
fix(types): fix missing instance properties on defineComponent this
|
3 年 前 |
Evan You
|
26ff4bc0ed
fix(types): global component registration type compat w/ defineComponent
|
3 年 前 |
Evan You
|
65531f5803
fix(types): fix instance type inference for setup() with no return value
|
3 年 前 |
Evan You
|
93214586aa
types: types for setup() + format types
|
3 年 前 |
WORMSS
|
2b93e86aa1
fix(types): make $refs undefined possible (#11112)
|
5 年 前 |
Flo Edelmann
|
e0274e4320
fix(types): add types for Vue.util.warn function (#11964)
|
5 年 前 |
DSha
|
731e4d0ebc
types: use normalized type for `RenderContext.scopedSlots` (#9624)
|
7 年 前 |
Kael
|
241eea19a6
fix(types): allow scoped slots to return a single VNode (#9563)
|
7 年 前 |
Gcaufy
|
f33301619d
fix(types): update this for nextTick api (#9541)
|
7 年 前 |
Sebastian Krüger
|
54e6a121e9
fix(types): add Vue.version to types (#9431)
|
7 年 前 |
Evan You
|
fe2b27ffb9
types: typing for Vue.observable
|
7 年 前 |
Evan You
|
3504d7f6d6
refactor: better solution for async edge case.
|
7 年 前 |
Evan You
|
3be1c5d67e
feat(config): expose config.useEventDelegation and default to false
|
7 年 前 |
Herrington Darkholme
|
e06d2af276
fix(types): avoid `this` in VueConstructor signature (#9173)
|
7 年 前 |
James George
|
b0ccb86183
chore: rephrase comment (#9100)
|
7 年 前 |
hugoazevedosoares
|
97086f3658
fix(types): fix vm.$once argument type (#8995)
|
7 年 前 |
thenickname
|
76443803e8
Typings: Improve $slots and $scopedSlots type to prevent unchecked access to undefined (#8946)
|
7 年 前 |
Kaoru Hagihara
|
3cd4af4af0
fix(types): support typing $el as SVGElement (#8809)
|
7 年 前 |
nel215
|
0ba79e2588
fix(types): accept `number` type as key on Vue.set/delete (#8707) (#8709)
|
7 年 前 |
狼族小狈
|
c711ec189a
fix(types): support chain call for Vue.use and Vue.mixin (#8595)
|
7 年 前 |
Edd Yerburgh
|
c94482743c
feat: add async option (#8240)
|
7 年 前 |
Herrington Darkholme
|
144bf5a99e
fix(types): prefer normal component over functional one (#7687)
|
8 年 前 |