mirror of https://github.com/abpframework/abp.git
3 changed files with 15 additions and 5 deletions
@ -0,0 +1,7 @@ |
|||
namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Pages.Shared.Components.AbpPageSearchBox |
|||
{ |
|||
public class AbpSearchBoxViewModel |
|||
{ |
|||
public string PlaceHolder { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue