Skip to content

Commit

Permalink
fix(Badge): remove console.log in validator
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jun 1, 2023
1 parent 23833e9 commit f9b935f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/components/elements/Badge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default defineComponent({
type: String,
default: () => appConfig.ui.badge.default.color,
validator (value: string) {
console.log('Object.keys(appConfig.ui.badge.color)', Object.keys(appConfig.ui.badge.color))
return [...appConfig.ui.colors, ...Object.keys(appConfig.ui.badge.color)].includes(value)
}
},
Expand Down

1 comment on commit f9b935f

@vercel
Copy link

@vercel vercel bot commented on f9b935f Jun 1, 2023

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:

ui – ./

ui.nuxtlabs.com
ui-nuxtlabs.vercel.app
ui-git-dev-nuxtlabs.vercel.app

Please sign in to comment.