newyhj

Results 4 issues of newyhj

### Clear and concise description of the problem The swiper was first executed, and the Google Pagespeed test took too long ### Suggested solution Recommendation: When the init parameter is...

feature request

系统采用选项式写法: ![vue](https://github.com/Alfred-Skyblue/vue-draggable-plus/assets/19553923/d50156f4-cc68-4fa0-9df8-763500ee6c2d) 如上图引入时,出现提示: Uncaught TypeError: “vue”是一个裸说明符,但未重新进行任何映射。相对模块说明符必须以“./”、 “../”或 “/”开头。 请问该如何解决?

database:sqlite When c# culture is set to Turkish(tr-TR), data can insert success,but the auto-increment ID is null

runtime:.net framework 4.8 var result= DbContext.FetchMultiple( "select count(id) from zm_article where siteid=@0;select count(id) from zm_product where siteid=@0;select count(distinct(email)) from zm_enquiry;select count(id) from zm_member", siteId); return new SiteStatistics { SiteId =...