fengqiang

Results 4 issues of fengqiang

Bug Type: **`Build`** ## Environment - Vue Version: `3.2.37` - Element Plus Version: `2.2.9` - Browser / OS: `Chrome 102` - Build Tool: `Webpack` ## Reproduction ### Related Component -...

inactive

1、路由配置的是 /list/detail 2、开启multiple 3、/list/detail?id=123这种带参数的路由不缓存 求解。。。

下载typescript模板项目发现 pages/index/index.tsx中的注释 ![image](https://user-images.githubusercontent.com/18138724/62695282-9c855800-ba08-11e9-81dd-677fa96f2191.png) 但是代码中发现interface Index并未使用,于是我注释掉代码,项目启动依然没有问题。 ![image](https://user-images.githubusercontent.com/18138724/62695538-1e758100-ba09-11e9-933d-d2aa419bd4c3.png) 是不是因为trojs1.3.12版本修复了那个bug,所以已经不需要那样显示声明参数了