File tree Expand file tree Collapse file tree
src/BootstrapBlazor/Components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public abstract class ButtonBase : TooltipWrapperBase
129129 public bool IsDisabled { get ; set ; }
130130
131131 /// <summary>
132- /// 获得/设置 点击时间是否向上传播 默认 false
132+ /// 获得/设置 点击事件是否向上传播 默认 false
133133 /// </summary>
134134 [ Parameter ]
135135 public bool StopPropagation { get ; set ; }
Original file line number Diff line number Diff line change 1- // Licensed to the .NET Foundation under one or more agreements.
1+ // Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the Apache 2.0 License
33// See the LICENSE file in the project root for more information.
44// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
@@ -55,7 +55,7 @@ public partial class SlideButton
5555 public Color Color { get ; set ; } = Color . Primary ;
5656
5757 /// <summary>
58- /// 获得/设置 按钮颜色
58+ /// 获得/设置 展开项显示位置
5959 /// </summary>
6060 [ Parameter ]
6161 public Placement Placement { get ; set ; }
Original file line number Diff line number Diff line change 1- // Licensed to the .NET Foundation under one or more agreements.
1+ // Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the Apache 2.0 License
33// See the LICENSE file in the project root for more information.
44// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
55
66namespace BootstrapBlazor . Components ;
77
88/// <summary>
9- /// DataTime filter component
9+ /// DateTime filter component
1010/// </summary>
1111public partial class DateTimeFilter
1212{
You can’t perform that action at this time.
0 commit comments