We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48df2a commit 448a79dCopy full SHA for 448a79d
src/index.js
@@ -53,7 +53,7 @@ exports.init = function (path, option) {
53
replace(target(filename), 'vue.css', `${option.theme}.css`)
54
55
if (PKG.name) {
56
- replace(target(filename), 'Document', PKG.name + (PKG.description ? ('-' + PKG.description) : ''))
+ replace(target(filename), 'Document', PKG.name + (PKG.description ? (' - ' + PKG.description) : ''))
57
replace(target(filename), 'data-name=""', `data-name="${PKG.name}"`)
58
}
59
if (PKG.description) {
0 commit comments