Skip to content
VueHook Plus
Search
Meta
K
Main Navigation
🥳 Hooks
🤺 Playground
🎀 Releases
简体中文
English
github
discord
twitter
简体中文
English
Appearance
github
discord
twitter
Menu
Return to top
On this page
Table of Contents for current page
代码演示
API
Params
Source
useFavicon
#
设置页面的 favicon。
代码演示
#
API
#
useFavicon
(
href
:
string
);
useFavicon
(href: string);
Params
#
参数
说明
类型
默认值
href
favicon 地址, 支持
svg
/
png
/
ico
/
gif
后缀的图片
Ref<string>
-
Source
#
源码
•
文档
•
示例