teis.net

Results 4 comments of teis.net

The route pattern seems to work here, combined with a _vue.config.js_ file: _Startup.Configure:_ ``` ... app.UseSpaStaticFiles(new() { RequestPath = "/clientapp" }); ... app.UseEndpoints(endpoints => { ... endpoints.MapToVueCliProxy( "clientapp/{*path}", ... );...

The solution to the hot reload not working is to configure Webpack's devserver to serve the socket from the same subroute as the Vue app itself, like so: _vue.config.js:_ ```javascript...

Same Issue here. It was working in version 1.2.2. ```js End of log entries Error loading log ```

DOM comparison: Version 1.2.2: ![infinite-1 2 2](https://github.com/oumoussa98/vue3-infinite-loading/assets/2362549/1edbe1a5-b329-4be7-893c-091e6e64bd53) Version 1.3.1: ![infinite-1 3 1](https://github.com/oumoussa98/vue3-infinite-loading/assets/2362549/c71e8b87-dca3-4423-9f2c-cbd7e3587a83)