Address

constructor(path: String, config: PageConfig = emptyConfig, content: @Composable () -> Unit = {}, matchKey: String = path)

Parameters

path

该地址的路径

config

页面的配置

content

页面内容本体

matchKey

用于匹配的key