lulupointu / vrouter

MIT License
202 stars 39 forks source link

How to set browser page title? #190

Closed saibotma closed 1 year ago

saibotma commented 2 years ago

Is it possible to set the page title of the current browser window? I am looking for something like:

VWidget(
    title: "Page",
    path: "/page",
    widget: Page(),
)
lulupointu commented 1 year ago

Actually you can you the Titlewidget to do this!