Evan You
|
03c681e396
|
refactor(types): move component props interfaces + expose AllowedComponentProps
fix #1632
|
2020-07-19 14:09:53 -04:00 |
|
HcySunYang
|
5d8a64d53a
|
feat(types): deny unknown attributes on component by default (#1614)
close #1519
|
2020-07-17 11:43:28 -04:00 |
|
Felix Rilling
|
829b35e426
|
chore: typo fixes (#1546)
* chore: fix typos in comments/JSDoc.
* chore: fix typo in internal function name.
* chore: fix typos in test comments/descriptions/variable names.
|
2020-07-08 12:32:42 +02:00 |
|
Evan You
|
2961e149c9
|
fix(types): ensure correct public props interface for defineComponent instance type
fix #1385
|
2020-06-16 12:00:18 -04:00 |
|
doly mood
|
d3c436ae2e
|
feat(types): mixins/extends support in TypeScript (#626)
|
2020-06-09 10:37:00 -04:00 |
|
Evan You
|
68e1ce8b66
|
refactor(types): mark more internal APIs
|
2020-05-01 10:37:40 -04:00 |
|
HiiTea
|
22717772dd
|
chore: fix typos (#1090)
|
2020-05-01 09:42:58 -04:00 |
|
Carlos Rodrigues
|
f3a9b516bd
|
fix(types): make return type of defineComponent assignable to Component type (#1032)
fix #993
|
2020-04-24 13:22:58 -04:00 |
|
Evan You
|
24e9efcc21
|
refactor(runtime-core): extract component emit related logic into dedicated file
|
2020-04-03 19:08:17 -04:00 |
|
Evan You
|
bf473a64ea
|
feat(runtime-core): type and attr fallthrough support for emits option
|
2020-04-03 12:05:52 -04:00 |
|
Chris Fritz
|
1c4cdd841d
|
refactor(createComponent): rename to defineComponent (#549)
|
2019-12-22 10:58:12 -05:00 |
|