Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 05365b5

Browse files
committed
fix(cli): fix title
1 parent d0db36a commit 05365b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/varlet-vue2-cli/varlet.default.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
namespace: 'var',
44
host: 'localhost',
55
port: 8080,
6-
title: 'VARLET',
6+
title: 'VARLET-VUE2',
77
themesKey: 'VARLET_THEMES',
88
logo: 'https://varlet.gitee.io/varlet-ui/varlet_icon.png',
99
defaultLanguage: 'zh-CN',

0 commit comments

Comments
 (0)