Skip to content

Commit 6a32730

Browse files
committed
Updated the title of a built page
1 parent 1afcd23 commit 6a32730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = opts => {
8484

8585
plugins: [
8686
new HtmlWebpackPlugin({
87-
title: 'vue-run',
87+
title: opts.componentName,
8888
favicon: path.resolve(__dirname, '../../docs/assets/vue.png')
8989
}),
9090
new VueLoaderPlugin(),

0 commit comments

Comments
 (0)