File tree Expand file tree Collapse file tree 4 files changed +28
-27
lines changed
Expand file tree Collapse file tree 4 files changed +28
-27
lines changed Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
2- <html lang =" en" >
3-
4- <head >
5- <meta charset =" utf-8" />
6- <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
7- <base href =" /" />
8- <link rel =" stylesheet" href =" bootstrap/bootstrap.min.css" />
9- <link rel =" stylesheet" href =" app.css" />
10- <link rel =" stylesheet" href =" csprclick-blazor.styles.css" />
11- <link rel =" icon" type =" image/png" href =" favicon.png" />
12-
13- <script src =" csprclick.js" ></script >
14- <script defer =" defer" src =" https://cdn.cspr.click/ui/v1.8 .0/csprclick-client-1.8 .0.js" ></script >
15- <HeadOutlet />
16- </head >
17-
18- <body >
19- <Routes />
20- <script src =" _framework/blazor.web.js" ></script >
21- </body >
22-
23- </html >
1+ <!DOCTYPE html>
2+ <html lang =" en" >
3+
4+ <head >
5+ <meta charset =" utf-8" />
6+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
7+ <base href =" /" />
8+ <link rel =" stylesheet" href =" bootstrap/bootstrap.min.css" />
9+ <link rel =" stylesheet" href =" app.css" />
10+ <link rel =" stylesheet" href =" csprclick-blazor.styles.css" />
11+ <link rel =" icon" type =" image/png" href =" favicon.png" />
12+
13+ <script src =" csprclick.js" ></script >
14+ <script defer =" defer" src =" https://cdn.cspr.click/ui/v1.9 .0/csprclick-client-1.9 .0.js" ></script >
15+ <HeadOutlet />
16+ </head >
17+
18+ <body >
19+ <Routes />
20+ <script src =" _framework/blazor.web.js" ></script >
21+ </body >
22+
23+ </html >
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ const networkSettings = {
3434 }
3535
3636const clickUIOptions = {
37- uiContainer : 'csprclick-top-bar' ,
37+ uiContainer : 'csprclick-ui' ,
38+ rootAppElement : '#app' ,
3839 styledCompContainer : 'csprclick-styles' ,
3940 defaultTheme : 'light' ,
4041 showTopBar : true ,
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ const networkSettings = {
3737 }
3838
3939const clickUIOptions = {
40- uiContainer : 'csprclick-top-bar' ,
41- topBarContainer ,
40+ uiContainer,
41+ rootAppElement : '#app' ,
4242 defaultTheme,
4343 onThemeChanged,
4444 accountMenuItems,
Original file line number Diff line number Diff line change 1515 < title > CSPR.click HTML example</ title >
1616
1717 < script src ="./app.js "> </ script >
18- < script defer ="defer " src ="https://cdn.cspr.click/ui/v1.8 .0/csprclick-client-1.8 .0.js "> </ script >
18+ < script defer ="defer " src ="https://cdn.cspr.click/ui/v1.9 .0/csprclick-client-1.9 .0.js "> </ script >
1919 </ head >
2020 < body >
2121 < noscript > You need to enable JavaScript to run this app.</ noscript >
You can’t perform that action at this time.
0 commit comments