Commit Graph

4 Commits

Author SHA1 Message Date
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