yysun/apprun-ssr-aspnet-core

the code runs perfect but when i click on the navbar-brand it shows empty braces like this: {}, i tried it on core 2.2.

abklab opened this issue · 1 comments

the code runs perfect but when i click on the navbar-brand it shows empty braces like this: {}, i tried it on core 2.2.

Hello,
Replace $('.navbar-nav li a') with $('a.navbar-brand, .navbar-nav li a') in the following code:
https://github.com/yysun/apprun-ssr-aspnet-core/blob/master/WebApplication4/Views/Shared/_Layout.cshtml#L95