File tree 3 files changed +2
-3
lines changed 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Masa.Blazor" Version =" 0.2.10649 " />
15
+ <PackageReference Include =" Masa.Blazor" Version =" 0.4.0 " />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
Original file line number Diff line number Diff line change 16
16
<link href =" https://cdn.masastack.com/npm/materialicons/materialicons.css" rel =" stylesheet" >
17
17
<link href =" https://cdn.masastack.com/npm/fontawesome/v5.0.13/css/all.css" rel =" stylesheet" >
18
18
<link href =" css/masa-blazor-pro.css" rel =" stylesheet" />
19
- <link href =" Masa.Blazor.Pro.styles.css" rel =" stylesheet" >
20
19
<component type =" typeof(HeadOutlet)" render-mode =" ServerPrerendered" />
21
20
</head >
22
21
<body >
Original file line number Diff line number Diff line change 10
10
<ChildContent >
11
11
<MList Class =" py-0" >
12
12
<MListItemGroup ActiveClass =" primary" Value =" GlobalConfig.Language" >
13
- @foreach ( var (language , map ) in I18n .ToDictionary () )
13
+ @foreach ( var (language , map ) in I18n .Languages )
14
14
{
15
15
<MListItem OnClick =" ()=> OnLanguageChange(language)" Value =" (StringNumber)language" >
16
16
<ItemContent >
You can’t perform that action at this time.
0 commit comments