VUE设置浏览器icon图标
Vue怎么设置左上角icon图标呢?步骤如下:(1)、提前把icon图标copy到static目录下(2)、在index.html页面添加 <link rel ="shortcut icon" type="image/x-icon" href="static/favicon.ico">(3)、保存页面刷新浏览器
·
Vue怎么设置左上角icon图标呢?步骤如下:
(1)、提前把icon图标copy到static目录下

(2)、在index.html页面添加 <link rel ="shortcut icon" type="image/x-icon" href="static/favicon.ico">

(3)、保存页面刷新浏览器即可

啦啦啦~~希望能帮到小伙伴们

更多推荐



所有评论(0)