Skip to content

Commit f65e9a6

Browse files
committed
added script version
1 parent bf03cd6 commit f65e9a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Blazor-ApexCharts/ApexChart.razor.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
359359
{
360360
if (firstRender && isReady == false)
361361
{
362-
363-
var javascriptPath = "./_content/Blazor-ApexCharts/js/blazor-apexcharts.js";
362+
var javascriptPath = "./_content/Blazor-ApexCharts/js/blazor-apexcharts.js?ver=1";
364363
if (!string.IsNullOrWhiteSpace(Options?.Blazor?.JavascriptPath)) { javascriptPath = Options.Blazor.JavascriptPath; }
365364

366365
// load Module ftom ES6 script

0 commit comments

Comments
 (0)