element-plus/website/components
Sanxiaozhizi 6cc16bbd06
refactor: enhance type definition (#3062)
* chore: add vue-tsc for type check

* refactor(components): respect Vue's own style type

* refactor(components): improve props type

* chore(build): improve types

* fix(components): remove unnecessary props

* perf(components): use shallowRef

* fix(components): add missing property type for table

* refactor(components): improve time-picker types

* refactor(components): extract import type

* refactor(components): improve popper types

* refactor(components): upload list types

* fix(docs): fix type

* better type

* fix: remove index
2021-08-31 09:40:13 +08:00
..
demo
demo-block.vue style(docs): Optimized style of documentation (#3010) 2021-08-26 09:57:56 +08:00
footer-nav.vue style(docs): Optimized style of documentation (#3010) 2021-08-26 09:57:56 +08:00
footer.vue style(docs): Optimized style of documentation (#3010) 2021-08-26 09:57:56 +08:00
header.vue style(docs): Optimized style of documentation (#3010) 2021-08-26 09:57:56 +08:00
heading.vue refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
img.vue refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
link.vue refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
right-nav.vue
search.vue style(docs): Optimized style of documentation (#3010) 2021-08-26 09:57:56 +08:00
side-nav.vue refactor: enhance type definition (#3062) 2021-08-31 09:40:13 +08:00
theme-picker.vue