Skip to content

Commit

Permalink
fix(Avatar): missing ref import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Mar 14, 2022
1 parent f38b920 commit eb41b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/elements/Avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</template>

<script setup>
import { computed } from 'vue'
import { ref, computed } from 'vue'
import { classNames } from '../../utils'
import $ui from '#build/ui'
Expand Down

1 comment on commit eb41b23

@vercel
Copy link

@vercel vercel bot commented on eb41b23 Mar 14, 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.