Skip to content
On this page

useFavicon

设置页面的 favicon。

代码演示

API

useFavicon(href: string);
useFavicon(href: string);

Params

参数说明类型默认值
hreffavicon 地址, 支持 svg/png/ico/gif 后缀的图片Ref<string>-

Source

源码文档示例