yangyxd

Results 56 comments of yangyxd

I also think this is a bug

修改 Home.vue , 通过给 router-view 增加key的方式,可以完美解决此问题。 将 ` ` 改为 ` ` 在 script 中,将 data 改为: ``` data() { return { tagsList: [], keys: [], collapse: false }; },...

Not supported now. What is the situation that needs to be like this?

Okay, I'll take the time to add that support. Thanks.

Not for the time being. I will add this function recently. Thank's.

@nitneuq33000 update ok.

可以查看最新的 demo, 有个类似的功能。

Yes, there is no contention to deal with the dark mode. You can consider adding it later. thank you!

@devbravesy 我没有重现出来,请提供一个出错的 demo ,谢谢。

There is a lack of such adapters.I will take time to add it.If you use it urgently, you can refer to DateTime Picker Adapter to implement one.