Skip to content

Commit

Permalink
fix(Input): import ref from vue
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 24, 2021
1 parent 2dd4786 commit 8d23d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/forms/Input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
</template>

<script>
import { ref } from 'vue'
import Icon from '../elements/Icon'
export default {
Expand Down

1 comment on commit 8d23d8f

@vercel
Copy link

@vercel vercel bot commented on 8d23d8f Nov 24, 2021

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.