You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could someone please explain how the content/saveAsFlie.js is referenced into the page of the BlazorExcelSpreadSheet project?
Am I missing something here? I can see in the .csproj there is
<ItemGroup>
<!-- .js/.css files will be referenced via <script>/<link> tags; other content files will just be included in the app's 'dist' directory without any tags referencing them -->
<EmbeddedResource Include="content\**\*.js" LogicalName="blazor:js:%(RecursiveDir)%(Filename)%(Extension)" />
<EmbeddedResource Include="content\**\*.css" LogicalName="blazor:css:%(RecursiveDir)%(Filename)%(Extension)" />
<EmbeddedResource Include="content\**" Exclude="**\*.js;**\*.css" LogicalName="blazor:file:%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>
But theres no refernce to the .js file anyway else (I can see).
The text was updated successfully, but these errors were encountered:
Could someone please explain how the
content/saveAsFlie.js
is referenced into the page of theBlazorExcelSpreadSheet
project?Am I missing something here? I can see in the
.csproj
there isBut theres no refernce to the .js file anyway else (I can see).
The text was updated successfully, but these errors were encountered: