fix(Select): missing vue imports

This commit is contained in:
Benjamin Canac
2021-12-07 14:06:00 +01:00
parent 4a55c76232
commit 1755aa8529

View File

@@ -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'