Skip to content

Commit

Permalink
chore: updates charts using unovis/vue (#77)
Browse files Browse the repository at this point in the history
* chore: updates charts using unovis/vue

* fix: minor styling
  • Loading branch information
zernonia authored Sep 23, 2023
1 parent 45eeb25 commit 05e3f94
Show file tree
Hide file tree
Showing 20 changed files with 1,561 additions and 749 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { cn } from '@/lib/utils'
</script>

<template>
<WrapBalancer :class="cn('max-w-[750px] text-lg text-muted-foreground sm:text-xl', $attrs.class ?? '')">
<WrapBalancer :class="cn('max-w-[750px] text-lg text-muted-foreground sm:text-xl', $attrs.class ?? '')" :prefer-native="false">
<slot />
</WrapBalancer>
</template>
Loading

0 comments on commit 05e3f94

Please sign in to comment.