linxiao
linxiao
### Describe the bug When I assign a value : this.RootExplorerItem = new LocalFileInfo() OnPropertyChanged() raised an exception like below Image BUT!!! It is Strange that, when I change the...
**问题描述** 使用path方式不跳转,name成功跳转了 代码如下: ```js var isInited = false; router.beforeEach(async (to, from, next: any) => { debugger if (isInited) { next() } else { isInited = true; next({ path: '/login', })...
### Description When CollectionView's items increased or decreased, the footer will disappear abnormally. I am not sure what the rule is. It seems that even numbers disappear and odd numbers...
[BUG] Decorating the Border control with anonymous Style , Popup will crash the program in Windows
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...