Skip to content

Commit 448a79d

Browse files
committed
Fix title
1 parent a48df2a commit 448a79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exports.init = function (path, option) {
5353
replace(target(filename), 'vue.css', `${option.theme}.css`)
5454

5555
if (PKG.name) {
56-
replace(target(filename), 'Document', PKG.name + (PKG.description ? ('-' + PKG.description) : ''))
56+
replace(target(filename), 'Document', PKG.name + (PKG.description ? (' - ' + PKG.description) : ''))
5757
replace(target(filename), 'data-name=""', `data-name="${PKG.name}"`)
5858
}
5959
if (PKG.description) {

0 commit comments

Comments
 (0)