forgot navigate
This commit is contained in:
parent
a3791b599b
commit
c95bafd34f
2 changed files with 7 additions and 1 deletions
|
@ -97,6 +97,12 @@ func (t *Tiramisu) HTML(html string) {
|
|||
t.loadGoRuntime()
|
||||
}
|
||||
|
||||
func (t *Tiramisu) Navigate(url string) {
|
||||
t.w.Navigate(url)
|
||||
t.loadJSRuntime()
|
||||
t.loadGoRuntime()
|
||||
}
|
||||
|
||||
//go:embed runtime/out/*
|
||||
var runtimeFS embed.FS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue