Commit Graph

5 Commits

Author SHA1 Message Date
YiJie
1cdf7400db
feat(lading): custom loading svg (#2456)
* feat(loading): support customize svg

* feat(loading): unit test customize svg

* docs(loading): simple customize svg demo

* docs(loading): supplement composition api documents

* docs(loading): make the load SVG stop rotating

* docs(loading): prompt users to prevent XSS attacks

* docs(loading): i18n

* docs(loading): fix md code wrong

* docs(loading): fix md code wrong
2021-07-12 18:13:19 +08:00
Ryan2128
45dbdf6e26
fix(loading): fix loading transition invalid (#1321) 2021-01-20 15:26:14 +08:00
Ryan2128
b5be4443e3
fix(loading): fix loading transition invalid and directive loading not show in the second time when service loading show between them (#1281)
* fix(loading): fix loading transition invalid

* fix(loading): fix directive loading not show in the second time

Fix directive loading not show in the second time when a service loading show between them
2021-01-15 13:56:59 +08:00
Ryan2128
513908a829
fix(loading): fix loading error show when parent's display is not block (#1250)
* fix(loading): fix loading error show when parent's display is not block

* test(loading): add loading test case
2021-01-11 10:31:31 +08:00
bastarder
ee3b42fb09
feat(loading): add loading component (#447)
* refactor(loading): refactored loading component

* refactor(loading): use render & createVNode instead of createApp

Co-authored-by: Ryan <ryanzhao2128@gmail.com>
2020-10-23 10:15:49 +08:00