Skip to content

Commit

Permalink
fix(cli): fix config default value
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jan 4, 2024
1 parent a6e3ed6 commit 374f696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export default defineConfig({
'zh-CN': '中文',
'en-US': 'English',
},
currentVersion: 'v2.x',
currentVersion: 'Latest',
versions: [
{
name: 'varlet.gitee.io',
Expand Down
5 changes: 2 additions & 3 deletions packages/varlet-ui/varlet.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ export default defineConfig({
},
pc: {
header: {
version: {
current: 'Vue 3',
},
currentVersion: 'v2.x',
versions: null,
playground:
process.env.NODE_ENV === 'development'
? 'http://localhost:3000'
Expand Down

0 comments on commit 374f696

Please sign in to comment.