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