Skip to content

Commit

Permalink
fix(Select): missing vue imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 7, 2021
1 parent 4a55c76 commit 1755aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/forms/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</template>

<script>
import { ref, computed } from 'vue'
import { get } from 'lodash-es'
import Icon from '../elements/Icon'
import { classNames } from '../../utils'
Expand Down

1 comment on commit 1755aa8

@vercel
Copy link

@vercel vercel bot commented on 1755aa8 Dec 7, 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.