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

Commit

Permalink
fix(cli): fix fold height
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jul 6, 2022
1 parent fe0e71b commit 7a52b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-vue2-cli/varlet.default.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
},
fold: {
defaultFold: false,
foldHeight: 60,
foldHeight: 50,
},
},
mobile: {
Expand Down

1 comment on commit 7a52b35

@vercel
Copy link

@vercel vercel bot commented on 7a52b35 Jul 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

varlet-vue2 – ./

varlet-vue2-git-main-varletjs.vercel.app
varlet-vue2.vercel.app
varlet-vue2-varletjs.vercel.app

Please sign in to comment.