Skip to content

Commit

Permalink
fix(Avatar): add missing watch import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Mar 14, 2022
1 parent eb41b23 commit cc01af8
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 { ref, computed } from 'vue'
import { ref, computed, watch } from 'vue'
import { classNames } from '../../utils'
import $ui from '#build/ui'
Expand Down

1 comment on commit cc01af8

@vercel
Copy link

@vercel vercel bot commented on cc01af8 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.