vue中小圖標favicon不顯示的解決方案


 第一步:

在index.html中引入代碼:

<link type="image/x-icon" href="./favicon.ico" rel="shortcut icon external nofollow"/>

第二步:

在build/webpack.dev.conf.js中進行文件配置

new HtmlWebpackPlugin({
      filename: 'index.html',
      template: 'index.html',
      inject: true,
      favicon:'./favicon.ico'//新增
    }),

第三步:重新npm run dev,手動清緩存

最終效果:


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM