fix: Fix popup title type
This commit is contained in:
@@ -9,7 +9,7 @@ pub struct PopupCloseButton;
|
||||
|
||||
pub fn popup(
|
||||
root: impl Component,
|
||||
title: String,
|
||||
title: impl Into<String>,
|
||||
mut node: Node,
|
||||
child: impl Bundle,
|
||||
) -> impl Bundle {
|
||||
|
||||
Reference in New Issue
Block a user