Skip to content

Commit

Permalink
fix(presets): defu merging
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 1, 2022
1 parent e52d22d commit e034218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/presets/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const toggle = {
active: 'bg-gray-800'
}

export default defu(preset, {
export default defu({
badge,
button,
input,
Expand All @@ -52,4 +52,4 @@ export default defu(preset, {
radio,
checkbox,
toggle
})
}, preset)

1 comment on commit e034218

@vercel
Copy link

@vercel vercel bot commented on e034218 Feb 1, 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:

Please sign in to comment.