mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
Merge pull request #700 from InfamousVague/patch-1
This commit is contained in:
commit
fd86420c08
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fn app(cx: Scope) -> Element {
|
|||
div {
|
||||
button {
|
||||
onclick: move |_| {
|
||||
let dom = VirtualDom::new(app);
|
||||
let dom = VirtualDom::new(popup);
|
||||
window.new_window(dom, Default::default());
|
||||
},
|
||||
"New Window"
|
||||
|
|
Loading…
Add table
Reference in a new issue