vue-cli4修改index.html中的title
由于vue-cli4的index.html的title是在webpack中定义的,如下
1 | <title><%= htmlWebpackPlugin.options.title %></title> |
修改方法:
在vue.config.js中设置
1 | module.exports = { |
相关博客
-
2021-09-14
-
2020-05-28
-
2020-04-13
-
2021-10-08
-
2020-12-18