LLoyou00

Results 6 issues of LLoyou00

![image](https://user-images.githubusercontent.com/9455777/140021432-f0647c18-64de-47b9-9710-f35f23bfe6f5.png) ![image](https://user-images.githubusercontent.com/9455777/140021530-2e256cb3-141c-431e-896e-2e7c897b94ce.png)

RT 正确的语法是 select * from table_name partition(p1,p2) alias; 而代码生成的SQL是 select * from table_name alias partition(p1,p2);

RT 解决方法 ![image](https://github.com/aa24615/wework-msgaudit/assets/9455777/37789340-7538-4bd1-beab-56683ab60e22)

### 重现链接 https://github.com/LLoyou00/bug_report ### Vant 版本 4.9.4 ### 描述一下你遇到的问题。 起因是我对 VanField 组件进行二次封装,因为我用的是 ts,所以导入了 FieldRule 用来给 props 进行类型声明,然后我发现所有自定义的 vue 全局属性都提示 does not exist(实际不影响使用),经过排查后,确认是 Vant 导致的,可能我的表述不是很准确,但这个问题很容易复现。 ![image](https://github.com/user-attachments/assets/2c0c2179-b452-4e5e-9740-3267fb083615) 以上是正常情况,可以看到可以识别 $router 的类型,如果我把 import VantButton...

bug: need confirm

![image](https://github.com/user-attachments/assets/713d4e61-3794-42c8-86e3-f6a908af7c95) ![image](https://github.com/user-attachments/assets/119a9c73-6ce4-4d29-a27e-7db2e96c0d03) 在 home 页面滚动到底部,然后跳转到 main-detail ,main-detail也会有一定的滚动,为了复现,我在 main-detail 页面额外填充了一些内容,撑开高度

![Image](https://github.com/user-attachments/assets/31149c33-55f2-46c6-baf7-3c0450bc2e1f) ![Image](https://github.com/user-attachments/assets/d2c39250-c0ec-4301-aac3-bda04e9705c8) ![Image](https://github.com/user-attachments/assets/8abbfc6e-ec35-40ea-87a9-fe45033e4137) ![Image](https://github.com/user-attachments/assets/886f4d80-49fc-4878-82ac-0b13e41acecf) 如上图所示,我在 action 参数中注入一个 Foo 实例,Foo 的构造函数需要两个参数,所以我在 dependence 中定义了 Foo 的工厂函数用来对 Foo 进行实例化,但实际上,![Image](https://github.com/user-attachments/assets/3f9e5945-40ff-4417-b263-b36de5aacd26) 根据这里的逻辑,这个工厂函数不会被调用。