There was an error while loading. Please reload this page.
1 parent 1afcd23 commit 6a32730Copy full SHA for 6a32730
src/engine/webpack.config.js
@@ -84,7 +84,7 @@ module.exports = opts => {
84
85
plugins: [
86
new HtmlWebpackPlugin({
87
- title: 'vue-run',
+ title: opts.componentName,
88
favicon: path.resolve(__dirname, '../../docs/assets/vue.png')
89
}),
90
new VueLoaderPlugin(),
0 commit comments